How to get different time zone - current date and time

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