DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
719 stars 254 forks source link

Fix updating freeze and end time from event-feed #2499

Closed meisterT closed 5 months ago

meisterT commented 5 months ago

Previously, the freeze and end times of contests would be set as timestamps. However, the updateTimes method overwrites the values from their string representation on update. Therefore, the requested update was not persisted in the database.