Expected Behavior
I set DATE_FORMAT config with following value
DATE_FORMAT = '%Y-%m-%d %H:%M:%S%z'
When I get resource, the _updated field does not show timezone
Actual Behavior
Result of get resource:

Fields on MongoDB

Environment
pip freeze -r requirements.txt
config-client==1.1.0
Eve==1.1.5
Eve-Elastic==7.2.1
eve-healthcheck==0.3.1
gunicorn==20.1.0
MarkupSafe==1.1.1
PyQueueManager==1.12.1
PyYAML==6.0
Expected Behavior
I set
DATE_FORMATconfig with following valueWhen I get resource, the
_updatedfield does not show timezoneActual Behavior
Result of get resource:
Fields on MongoDB

Environment