Hi Team,
I want to get the dateTime of EST in one variable but whenever I use EST in format date function it provides me CST Time.
Can anyone please help me to get EST time.
Below is the screenshot of the same.
The same when I use "UTC" , it works and provide me UTC Time.
Thanks in Advance!!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Pass the value for TimeZone as "America/New_York".
Refer to this document Format Date , which talks about timezone values to be configured. It is available in Xtk:Common Schema under TimeZone Enumeration
Thanks,
Views
Replies
Total Likes
Hi,
Pass the value for TimeZone as "America/New_York".
Refer to this document Format Date , which talks about timezone values to be configured. It is available in Xtk:Common Schema under TimeZone Enumeration
Thanks,
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @harshalp2212386 ,
Use below code to get correct timeZone:
var dt= formatDate(getCurrentDate(), "%2D/%2M/%2Y %02H:%2N:%02S", "America/New_York")
Thanks,
Jyoti
Yeah it's a correct solution. Thanks Jyoti
Views
Replies
Total Likes
Views
Likes
Replies