Skip to content

Commit

Permalink
E261
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jan 13, 2020
1 parent 68f8417 commit e07a67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstsparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def date_round(date: datetime.datetime) -> datetime.datetime:
try:
record[3] = datetime.datetime.fromtimestamp(int(cleaned[0]) / 1000)
except (OSError, ValueError):
record[3] = datetime.datetime.fromtimestamp(32503680000) # 3000-01-01 00:00:00
record[3] = datetime.datetime.fromtimestamp(32503680000) # 3000-01-01 00:00:00
if int(cleaned[2]):
record.append("Yes")
else:
Expand Down

0 comments on commit e07a67e

Please sign in to comment.