LCOGT / mop

Microlensing Observation Portal
GNU General Public License v3.0
0 stars 7 forks source link

Fix the datetime format #109

Closed jchate6 closed 10 months ago

jchate6 commented 10 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.

This change is needed for your TOM to behave correctly.