hackathon-manager
hackathon-manager copied to clipboard
Schedule timezone config, API tweak, add tests for schedule
There should be a config option for setting the timezone that the entire HM interface is referenced from.
Additionally, the API should return something like the following (pseudocode because JSON lol):
// GET /schedule
"schedule": {
"event1": {
"name": "asdf",
"time": "12831739", // whatever unix
"timeZone": "GMT",
// ...
}
}
Key elements:
timein GMTtimeZonefrom the config file
#226 merged in
blocked by #480
semi implemented #551