Users Manual

Target group: Editors

The extension provides three plugins that could be included on a page. The following basic steps should be common for you as an editor:

  1. Insert the content element choosing type Insert plugin

    Content element type "Insert plugin"

    Content element type “Insert plugin”

  2. On the tab Plugin - select one of the provided plugins

Show current timezone

Example rendered in frontend

Show current timezone

How to get it from editor view in backend

"Show" plugin action

Show plugin action

Choose a new timezone

Example rendered in frontend

Select new timezone

How to get it from editor view in backend

"Select" plugin action

Select plugin action

FAQ

  1. Do I still need to use the central function tx_timezones_pi1::formatDate($format, $tstamp); in my extension?
    No you don’t have to use this function anymore. It is still provided as a dummy function the will return the same date which it is given as a parameter. The timezone calculation is now session managed of PHP and the intl module.