eevee / spline

All the parts of web development I hate, done once and for all.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server time zone for queue management

eevee opened this issue · comments

Releasing things on a certain day requires knowledge of a time zone. Currently I'm defaulting to the machine's time zone, which... in my case is UTC, which is not helpful to people in Pacific time.

Making this configurable would be a nightmare since it's in the guts of like everything.

Possibility: store the queue visibility time as a real time, not a date, and adjust to some given timezone at the time of queuing? Would need to re-queue when the time zone is changed (maybe?), and would need to actually store the time zone somewhere, but otherwise seems easier than passing a config var around everywhere.