0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/data/db
Daniel Lockyer 47260f405a Updated DB client timezone to Z
- 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
2022-03-02 16:06:37 +01:00
..
backup.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
connection.js Updated DB client timezone to Z 2022-03-02 16:06:37 +01:00
index.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
info.js Added library for extracting database information 2022-01-18 09:31:08 +00:00
state-manager.js Revert "Revert "Extract logging from DI patterns, only use @tryghost/logging package"" (#13884) 2021-12-14 11:22:39 +00:00