Ghost/test/unit
Daniel Lockyer 1fd980ee9b Set global Luxon timezone override to UTC
refs https://linear.app/tryghost/issue/CORE-113/start-off-luxon-refactor

- we're planning on switching to Luxon for our date/timezone library,
  eventually replacing `moment` and `moment-timezone`
- the first step is to set the global timezone override to UTC, which is
  done in `core/server/overrides.js`
- also adds a test to ensure we're setting the timezone correctly
- this was mostly pulled from https://moment.github.io/luxon/#/zones?id=changing-the-default-zone
2021-10-20 09:19:29 +02:00
..
api Moved URL service to backend 2021-10-19 07:29:09 +13:00
frontend Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
server Set global Luxon timezone override to UTC 2021-10-20 09:19:29 +02:00
shared Moved core/shared/i18n to theme-engine/i18n 2021-10-15 20:25:56 +01:00