Date & Time

Configuring your time zone will result in all dates and times displayed on this site to use your time zone instead of that of the server.

Example: The current time is ${format_time(now, 'iso8601', tzinfo=utc)} (UTC).
In your time zone ${nowtz.tzname()}, this would be displayed as ${format_time(now, 'iso8601', tzinfo=req.tz)}. In the default time zone, this would be displayed as ${format_time(now, 'iso8601', tzinfo=req.tz)}.

Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean Time (GMT).
A positive offset is used to indicate a timezone at the east of Greenwich, i.e. ahead of Universal Time.