0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data
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
..
db Force UTC at process level 2016-06-02 13:23:09 +02:00
export Exporter cleanup & tests 2016-03-12 19:01:25 +00:00
import fix: ensure import works when user id is 0 2016-05-16 20:47:44 +02:00
importer
meta Don't clobber blog.logo in metadata 2016-05-18 19:21:45 +01:00
migration Force UTC at process level 2016-06-02 13:23:09 +02:00
schema Force UTC at process level 2016-06-02 13:23:09 +02:00
slack Slack integration 2016-05-08 12:49:15 +02:00
validation Force UTC at process level 2016-06-02 13:23:09 +02:00
xml Fix cache-control header for sitemaps 2016-01-25 17:56:05 +00:00
timezones.json timezones: Always use the timezone of blog setting 2016-05-20 13:59:45 +02:00