Back to Netbox

Timezone

netbox/templates/ui/attrs/timezone.html

4.6.7171 B
Original Source

{% load i18n %} {% load tz %}

{{ value }} ({% trans "UTC" %} {{ value|tzoffset }})
{% trans "Local time" %}: {% timezone value %}{% now 'Y-m-d H:i' %}{% endtimezone %}