{% load foundation %}
You can set the publication date and time here so that even when an article is marked as published, users will not be able to view it until the date/time has past.
{% if request.timezone %}You are working under the {{ request.timezone.zone }} timezone.
{% if not request.user.preferred_timezone %}This is based on the locale settings provided by your browser
{% endif %}You can select or unset your preferred timezone from the Edit Profile page.
{% endif %}