0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
kirrg001 ec176c243a Force UTC at process level
issues #6406 #6399
- all dates are stored as UTC with this commit
- use moment.tz.setDefault('UTC')
- add migration file to recalculate local datetimes to UTC
- store all dates in same format into our three supported databases
- add option to remeber migrations inside settings (core)
- support DST offset for migration
- ensure we force UTC in test env
- run whole migration as transaction
- extend: Settings.findOne function
2016-06-02 13:23:09 +02:00
..
client@61fe83dff3 Update Ghost-Admin 2016-05-22 10:02:50 +01:00
server Force UTC at process level 2016-06-02 13:23:09 +02:00
shared move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
test Force UTC at process level 2016-06-02 13:23:09 +02:00
index.js