| Name | Type | Description |
|---|---|---|
| is_valid | Boolean | True if the value is a valid timezone string |
| value | String | timezone string |
| default_value | String | The default value for this field if no value is specified |
| field_id | String | The identifier for this field |
| label | String | The label for this field |
| output | String | timezone string. May include additional markup in the editor preview to make it easier to edit content |
Stores the timezone that should be used when displaying a date and/or time.
{{ calendar_entry }}
string
{{ calendar }}
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.
{% 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 %}
Converts a date to the specified timezone.
to_timezone: String timezone
{{ timezone }}
{% set_timezone %}
Returns the timezone that the date is in. If full is true or if an abbreviated timezone name is not available, returns the full timezone identifier (eg: "Europe/Rome"). If full is false (default) or not specified and an abbreviated timezone name is available returns the abbreviated timezone name (eg: "PST" or "PDT").
timezone: Boolean full
{{ timezone }}