Given a moment time, how do you change the timezone without changing the actual time?
For example if you have 2020-06-19 16:30:00+00
but you want this in America/New_York
timezone.
The output would be 2020-06-19 16:30:00-04:00
(currently Daylight Savings time).