You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the dev mode is executed locally. Date object generated in data/events.js is created with local timezone. In netlify or github action build, timezone is always PT. We can change the getDateTime to always use PT.
The text was updated successfully, but these errors were encountered:
I think we should just set the timezone to Pacific on local builds too, which should be as easy as setting the TZ=America/Los_Angeles environment variable in package.json. If we care about supporting Windows, we could use cross-env.
Right now, the dev mode is executed locally.
Date
object generated indata/events.js
is created with local timezone. In netlify or github action build, timezone is always PT. We can change thegetDateTime
to always use PT.The text was updated successfully, but these errors were encountered: