Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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 Champion
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