Print Date in EST

Hi,
Pls help me in printing the EST date.

Thanks…

Hello, this is how to convert your date to EST:
image

TimeZoneInfo.ConvertTime([your dateTime variable here], TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time"))

Best,
Charbel

1 Like