sopython / sopython-site

The website for the Python chat room on Stack Overflow
http://sopython.com/
Other
80 stars 20 forks source link

Timezone support #24

Open Ffisegydd opened 9 years ago

Ffisegydd commented 9 years ago

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.