NUDelta / studio-api

API to read data from various tools used in DTR
0 stars 0 forks source link

Daylight Savings Time Fix #24

Closed kapil1garg closed 2 years ago

kapil1garg commented 2 years ago

This PR fixes the studio API not handling daylight savings time by moving away from storing venue start/end time as a Date object to a HH:MM:SS string along with a timezone string. It also refactors the firstSig and lastSig routes to use Luxon to compute the venues instead of Javascript Date. Closes #23