Skip to content

Commit

Permalink
Merge pull request #157 from digital-land/add-date-format
Browse files Browse the repository at this point in the history
add date format
  • Loading branch information
kena-SL authored Dec 11, 2023
2 parents 5416de4 + 2253d25 commit eede698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digital_land/datatype/date.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def normalise(self, fieldvalue, issues=None):
"%Y-%m-%d",
"%Y%m%d",
"%Y-%m-%dT%H:%M:%S.000Z",
"%Y-%m-%dT%H:%M:%S.%fZ",
"%Y-%m-%dT%H:%M:%SZ",
"%Y-%m-%dT%H:%M:%S",
"%Y-%m-%d %H:%M:%S",
Expand Down

0 comments on commit eede698

Please sign in to comment.