I have user's timezone, let say
timeZone: 'America/New_York'
I want to perform some tasks at midnight according to the user's timezone. How can I check if the midnight has arrived in this timezone?
I have user's timezone, let say
timeZone: 'America/New_York'
I want to perform some tasks at midnight according to the user's timezone. How can I check if the midnight has arrived in this timezone?