Digging around there is this constant in the config/__init__.py
def _create_basic_options():
...
_general = ...
'date_print_format': '%b %d %H:%M', ...
So one way for me is to hack that line and, however, there might be a better way to configure it.
Sebastian