I am working on a project involving an API that returns dates in the format “2020-02-24 05:30:00”. I need to compare this date.
Is there any function or method that can help me determine the timezone of this date, for example, identifying if it belongs to “Asia/Kolkata” or “Asia/Dubai”?
2