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
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
andlastSig
routes to use Luxon to compute the venues instead of Javascript Date. Closes #23