mirror of
https://github.com/directus/directus.git
synced 2026-01-23 09:58:10 -05:00
* Fix date functions for databases not in UTC timezone * Fix passing raw date objects to DB * Add unit test * Use global timezone for mysql and maria * Fix unit test timezone inconsistency as date object is in local timezone * Date and datetime fields should be in local timezone * Fix missing padStart in local string Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>