twig: Simple format date and time

Task: Display formatted time from http://worldtimeapi.org/api/timezone/Europe/Berlin.

Local stored JSON: https://api.json-content-importer.com/extra/json/worldtimeapi-Berlin.json

If you want to set the language (e. g. name of weekdays and month) and the timezone: see here


See how this works:


  • URL: see above
  • twig-template:
currentDateTime: {{datetime }}<br>
formatted currentDateTime: {{datetime| date("d.m.Y H:i") }}

In Action:

currentDateTime: 2024-04-27T07:51:54.928062+02:00
formatted currentDateTime: 27.04.2024 05:51