#TZ env variable

8 messages · Page 1 of 1 (latest)

woven herald
#

Is it possible to set the a TZ env variable for a railway project? I have a nodejs script that uses node-schedule. And would be nice to set it in my local time.

sly flameBOT
#

Project ID: fae51dfd-f3e4-4af9-bec6-0797047fd741

woven herald
#

fae51dfd-f3e4-4af9-bec6-0797047fd741

velvet saddle
#

use dayjs to convert from utc

floral temple
#

^ what Brody said. Generally speaking, you should always keep system time in UTC, and convert it to whatever your application needs.

woven herald
#

Ok. Would just be easier if railway supported TZ as env variable.

velvet saddle