sopython-site icon indicating copy to clipboard operation
sopython-site copied to clipboard

Timezone support

Open Ffisegydd opened this issue 10 years ago • 1 comments

Times (such as the "Last edited ....") on the site should have the appropriate timezone added.

Flask-Babel has a way to configure the output to include timezone, but we currently don't store the user's timezone, so we'd need to do that to know what to localize the time to.

All timezones are treated as UTC internally.

Ffisegydd avatar Nov 19 '14 11:11 Ffisegydd