mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 09:22:49 +03:00
47260f405a
- whilst `UTC` was working, it's technically not supported as per the docs for `mysql`: https://www.npmjs.com/package/mysql#connection-options - `mysql2`, however, is a bit more strict and throws a warning for unsupported values, so it was flagging up when I was looking at switching to that library - this commit switches over to `Z` AKA Zulu - https://en.wikipedia.org/wiki/Coordinated_Universal_Time so both libraries are happy |
||
---|---|---|
.. | ||
adapters | ||
api | ||
data | ||
lib | ||
models | ||
services | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
notify.js | ||
overrides.js | ||
run-update-check.js | ||
update-check.js |