Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen
Date and time in Autoreply German
Gepostet 27. Apr. 2022
Hello,
i found this post https://support.zendesk.com/hc/en-us/community/posts/4409515307418-Insert-Date-in-Macro?page=1#community_comment_4409510074650 and learn how to put the date in an Automatik reply. Now we seach also the time. My english ist not so very good, maybe i did not find that in the post.
How can we put in the date and time (geman) please`
Regards
Judith
0
1
1 Kommentar
Mark K.
Hi Judith,
Thanks for your question.
An example was made in the comment on the post Insert Date in Macro.
For your time zone, the Central European Summer Time, you can use the following:
{{'now' | date:'%s' | plus: 7200 | date:'%Y-%m-%d
%H : %M'}}
The result is as you can see:
The plus/minus value(in seconds) is adding/subtracting from UTC.
I hope this helps!
0