Skip to content

Commit

Permalink
Merge pull request #141 from ohadmata/new-date-foramt-26_05
Browse files Browse the repository at this point in the history
[FORAMT-26] new date/datetime formats
  • Loading branch information
ohadmata authored May 26, 2024
2 parents 02b7f90 + 3983b56 commit 2c1a8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shmessy/types/datetime_.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class DatetimeType(BaseType):
"%Y-%m-%dT%H:%M:%S", # 2022-12-30T00:00:00
"%d/%m/%Y %H:%M", # 30/12/2022 00:00
"%m/%d/%Y %H:%M", # 12/30/2022 00:00
"%d/%m/%y %H:%M", # 12/30/22 00:00
"%Y-%m-%d %H:%M", # 2020-09-24 11:57
"%Y-%m-%d %H:%M:%S %Z", # 2020-09-24 11:57:27 UTC
"%Y-%m-%d %H:%M:%S %z", # 2022-12-30 11:57:27 +00:00"
Expand Down

0 comments on commit 2c1a8be

Please sign in to comment.