Sets the default timezone to use when rendering dates and times on the page that do not already have a separate timezone configured.
{% set_timezone value %}
Some dates and times do not use the default timezone and will not be affected by this method.
Demonstrates how to set Timezone by String.
Set the request timezone
Copy
{% set_title %}
{{ timezone }}
{% set_description %}
{% set_session %}
{% set_content_type %}
{% set_robots %}
{% set_client %}
{% set_favicon %}
{% set_profile_setting %}
{% set %}
{% set_header %}
{% set_client_permission %}
{% set_dictionary %}
{% set_cookie %}
{% set_canonical_url %}
{% set_response_code %}
{% set_profile %}
You can use the date filter either to create a date object or to format a date as a string.
Many ways to use the date filter
Copycreate a date object
Defaults to the current date
format a date as a string
Demonstrates how to set Timezone by String.
Set the request timezone
Copy