Skip to content
Snippets Groups Projects
Commit a582c138 authored by Anton Joubert's avatar Anton Joubert
Browse files

SAR-55 Fix date format in get_default_formatter

The `datefmt` string was not being set correctly resulting in the
incorrect output:
```
1|2020-01-13 10:42:42,415.415Z|...
```
instead of:
```
1|2020-01-13T10:42:42.415Z|...
```

Tests now ensure that the output from the default configuration
matches the output from the standalone formatters.
parent e6a835fd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment