0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
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
..
api timezones: Always use the timezone of blog setting 2016-05-20 13:59:45 +02:00
apps
config timezones: support permalinks based on current timezone 2016-05-20 18:14:19 +02:00
controllers timezones: support permalinks based on current timezone 2016-05-20 18:14:19 +02:00
data Force UTC at process level 2016-06-02 13:23:09 +02:00
errors improvement: general fixes 2016-06-01 07:07:20 +02:00
events
helpers timezones: Always use the timezone of blog setting 2016-05-20 13:59:45 +02:00
mail
middleware
models Force UTC at process level 2016-06-02 13:23:09 +02:00
permissions improvement: general fixes 2016-06-01 07:07:20 +02:00
routes
storage Force UTC at process level 2016-06-02 13:23:09 +02:00
translations Subscribers: Error message improvements 2016-05-12 17:37:45 +02:00
utils Add helpers for facebook & twitter urls 2016-05-17 16:39:58 +01:00
views
filters.js
ghost-server.js
i18n.js improvement: general fixes 2016-06-01 07:07:20 +02:00
index.js Removing very old fix for woff files 2016-05-14 19:06:33 +02:00
overrides.js Force UTC at process level 2016-06-02 13:23:09 +02:00
update-check.js