Hi All,
I’m running the bot current IST date and time. I want current mountain daylight standard date and time.
Please see TimeZone conversion
and
For an overview
your local:
So we can convert (e.g. UTC to Hawaiian)
HI @AJITH_SK
Checkout this expression
System.TimeZoneInfo.ConvertTime(Now,System.TimeZoneInfo.FindSystemTimeZoneById("Hawaiian Standard Time")).ToString("dd.MM.yyyy hh:mm:ss")
Regards
Sudharsan
1 Like
Thanks sudharsan working fine.
I want Alaska current date and time zone?
Just change the “Hawaiian St… Time” to “Alaskan Standard Time” @AJITH_SK
System.TimeZoneInfo.ConvertTime(Now,System.TimeZoneInfo.FindSystemTimeZoneById("Alaskan Standard Time")).ToString("dd.MM.yyyy hh:mm:ss")
1 Like
Thank you sudharsan
If you got your answer kindly close the topic by marking the solution @AJITH_SK , So that it will be helpful to others
Regards
Sudharsan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.