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-11-17T21:16:39.393976+01:00
formatted currentDateTime: 17.11.2024 20:16