0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/models
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
..
base Force UTC at process level 2016-06-02 13:23:09 +02:00
plugins add small permission improvements 2016-05-08 14:22:55 +02:00
accesstoken.js
app-field.js
app-setting.js
app.js
client-trusted-domain.js
client.js
index.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
permission.js
post.js Force UTC at process level 2016-06-02 13:23:09 +02:00
refreshtoken.js
role.js Improve code for handling fixture migrations 2016-04-10 19:02:22 +01:00
settings.js Force UTC at process level 2016-06-02 13:23:09 +02:00
subscriber.js subscribers: fix adding subscriber from admin if collection is empty 2016-05-11 19:23:44 +02:00
tag.js Refactor content deletion 2016-03-22 10:10:09 -05:00
user.js Force UTC at process level 2016-06-02 13:23:09 +02:00