marnusw / date-fns-tz

Complementary library for date-fns v2 adding IANA time zone support
MIT License
1.06k stars 116 forks source link

Set default timezone #259

Open NwosaEmeka opened 10 months ago

NwosaEmeka commented 10 months ago

Is there a way to set global default timezone using date-fns regardless of the device timezone? Using moment, I can do something like this moment.tz.setDefault('America/New_York')

ningji commented 9 months ago

ha, i have the same question here

jounii commented 3 months ago

It is always the local timezone. With NodeJS you set the TZ environment variable before starting the node.