mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 18:21:52 +02:00
✨ Use only geographic time zones (#1033)
This commit is contained in:
parent
39a22acaa7
commit
27dda65ca5
31 changed files with 1416 additions and 618 deletions
|
@ -0,0 +1,2 @@
|
|||
-- Unset non-geographic time zones
|
||||
UPDATE users SET time_zone = NULL WHERE time_zone NOT LIKE '%/%' OR time_zone LIKE 'Etc/%';
|
Loading…
Add table
Add a link
Reference in a new issue