#Time Zone

1 messages · Page 1 of 1 (latest)

cinder vector
#

Hello everyone
as a backend engineer working on applications that will run on different countries with different time zones how to master time zone.

jovial coyote
languid prairie
#

I would say that it depends on where your application is used (several tz?) and on your architecture... e.g. which db

#

No easy with JS in any way

#

But yeah, by default @jovial coyote advice is reasonable

spice kite
#

Make sure your client send time zone data in the header else you can query geojson plugin to get timezone from IP, and write a interceptor that will change the time in UTC to that of non UTC if you have no control over frontend