-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
It would be nice if YOURLS supported named time zones, e.g. "America/Los_Angeles" in addition to numbered time offsets (from server time zone), as it does currently.
This way daylight savings time would be handled correctly.
This can be done without complicating the PHP code, by letting MySQL handle it, by explicitly setting the time zone when the MySQL connection is made.
Reactions are currently unavailable