{% set time_zone = getOption("time.zone") %} {% set date_format = getOption("date.format") %} {% set time_format = getOption("time.format") %} {% component 'components:tabs.vertical.content' %}
{{ component('components:timezone',{ selected: time_zone, class: "fluid" }) }}
{{ component('components:date.format',{ selected: date_format, class: "fluid" }) }}
{{ component('components:time.format',{ selected: time_format, class: "fluid" }) }}
{{ today()|dateTimeFormat }}
{% endcomponent %}