SAGUARO-MMA / saguaro_tom

A Target and Observation Manager for SAGUARO
0 stars 0 forks source link

Bugfix: Correct DATETIME_FORMAT to show minute not month. #78

Closed jchate6 closed 6 months ago

jchate6 commented 6 months ago

An issue has been discovered in the setup for tomtoolkit that mistakenly sets

DATETIME_FORMAT = 'Y-m-d H:m:s'

in settings.py. This code incorrectly used m (month) instead of i (minute) in the time format.

We are deploying a release to tomtoolkit that will correct this bug for future TOMs, but you will need to edit this line .in your settings.py

griffin-h commented 6 months ago

Thanks @jchate6!