momentumfrc / attendance-manager

Keep track of the attendence of our team members by allowing mentors to check students in and out.
0 stars 0 forks source link

Fix timezones #67

Open lost1227 opened 5 months ago

lost1227 commented 5 months ago

Currently we have configured -8:00 for the default UTC offset. But with DST, that's not correct! In fact, the current UTC offset in LA is -7:00!

So we need to somehow configure the default timezone to US PST and not just hardcode the UTC offset.