Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the timestamp_to_datetime method, the timezone clarifier (Z) is removed from the time portion of the timestamp.
- Loading branch information
c6d3f80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FellowHashbrown what's this for?
c6d3f80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fifiinart sorry for the late reply. This removes the timezone indicator if there is any in a timestamp in the format
MM-DD-YYYYTHH:MM:SSZ
whereZ
is the time zone offset from UTC.