Skip to content

Commit

Permalink
Added 2 more time formats to time_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinux committed Jul 1, 2015
1 parent a0130ad commit 9506d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions time_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def generate_all_timezones(fmt):
"%Y-%m-%d %H:%M:%S",
"%Y-%m-%d %H:%M",
"%Y-%m-%dT%H:%M:%S",
"%Y-%m-%dT%H:%M:%SZ",
"%Y-%m-%d",
"%Y/%m/%d %H:%M:%S.%f",
"%Y/%m/%d %H:%M:%S",
Expand All @@ -128,6 +129,7 @@ def generate_all_timezones(fmt):
"%Y.%m.%d %H:%M:%S",
"%Y.%m.%d %H:%M",
"%Y.%m.%d",
"%Y%m%d%H%M%SED"
]+generate_all_timezones("%Y-%m-%d %H:%M:%S")


Expand Down

0 comments on commit 9506d3d

Please sign in to comment.