Quote:
Originally Posted by BetterRed
I'm seeing some odd looking Date and Published values
|

when I changed the
Control how dates are displayed tweak from the default values:
gui_pubdate_display_format = 'MMM yyyy'
gui_timestamp_display_format = 'dd MMM yyyy'
gui_last_modified_display_format = 'dd MMM yyyy'
to match the settings I normally use
gui_pubdate_display_format = 'yyyy-MM-dd'
gui_timestamp_display_format = 'yyyy-MM-dd hh:mm:ss'
gui_last_modified_display_format = 'yyyy-MM-dd hh:mm:ss'
the dates were correctly displayed
BR