How do people handle timezones in Tornado so that users see time formatted relative to their timezone? I know there’s locale.format_date which defaults to GMT, but how do I set the right timezone based on the user?
How do people handle timezones in Tornado so that users see time formatted relative
Share
You must set the timezone offset by JavaScript into cookies using JavaScript