I am trying to write a code that calculates how many time in seconds left till midnight in a specific timezone.
The time zone I am targeting is EDT which is "GMT-04:00".
I found many topics cover time calculation but none of them helped me figure out the trick to calculate seconds left to midnight in a specific time zone.
Can anyone point me in the right direction?
Thanks.