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.
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.