Skip to content

Commit

Permalink
Remove Z from default datetime format
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 27, 2018
1 parent 1e20d5a commit eca5a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataflows/processors/dumpers/file_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


DATE_FORMAT = '%Y-%m-%d'
DATETIME_FORMAT = '%Y-%m-%dT%H:%M:%SZ'
DATETIME_FORMAT = '%Y-%m-%dT%H:%M:%S'
TIME_FORMAT = '%H:%M:%S'


Expand Down

0 comments on commit eca5a19

Please sign in to comment.