How to get the actual time in my timezone?

Maurice Stassen
Contributor
January 24, 2022

In JMWE: How to get the actual time in my timezone?

1 answer

1 accepted

0 votes
Answer accepted
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 24, 2022

Hi @Maurice Stassen ,

you can use this:

{{ nowObj | date("tz") | date}}

Of course, you might want to format the date better, for example:

{{ nowObj | date("tz") | date('dddd, MMMM Do YYYY, h:mm:ss a')}} 

Suggest an answer

Log in or Sign up to answer