Skip to content

Commit

Permalink
Fixed invalid escape sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Aug 1, 2022
1 parent 998fa61 commit 5523cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsmrreader/formats/nl/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

DSMR_EXPORT_DATETIME_FORMAT = 'c'
DSMR_EXPORT_DATE_FORMAT = 'd-m-Y'
DSMR_STATISTICS_DATETIME_FORMAT = 'l j F Y \o\m G:i'
DSMR_STATISTICS_DATETIME_FORMAT = 'l j F Y \\o\\m G:i'

DSMR_VERBOSE_DATETIME_FORMAT = 'd F Y \o\m H:i:s'
DSMR_VERBOSE_DATETIME_FORMAT = 'd F Y \\o\\m H:i:s'

DJANGO_DATE_FORMAT = 'd-m-Y'

0 comments on commit 5523cc2

Please sign in to comment.