How do I transfer the time from the local time zone to a specific one?
I want to execute the function at 08:00 Yerevan time, but by default it will be executed at 08:00 local time, depending on the location of the server. In the future, my server will be moved to different parts of the world several times, so I need to configure everything so that the function is performed exactly at 08:00 Yerevan time
tzwhere returns empty even with forceTZ enabled
I am using tzwhere module to get the timezone based on coordinates. I recently found I can set forceTZ=True
but when I do this, it still does not return a timezone.