Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Oct 28, 2024
1 parent 993ecac commit 9d29aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warcio/timeutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def iso_date_to_datetime(string, tzinfo: timezone = None):
>>> iso_date_to_datetime('2013-12-26T10:11:12.000000Z')
datetime.datetime(2013, 12, 26, 10, 11, 12)
>>> iso_date_to_datetime('2013-12-26T10:11:12Z', tzinfo=datetime.timezone.utc)
>>> iso_date_to_datetime('2013-12-26T10:11:12Z', tzinfo=datetime.timezone.utc)
datetime.datetime(2013, 12, 26, 10, 11, 12, tzinfo=datetime.timezone.utc)
>>> iso_date_to_datetime('2013-12-26T10:11:12.000000Z', tzinfo=datetime.timezone.utc)
Expand Down

0 comments on commit 9d29aae

Please sign in to comment.