You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't use pytz, but this could be a pytz issue because if you run the same code using datetime instead of jdatetime you'll get the same result.
If you can upgrade your Python, try using thezoneinfo module from the standard library, it was added in Python 3.9. It works as expected for me. Sample code:
Please include your runtime information
Hi i have AJIB issue
i try to use jdatetime to convert tehran jalali time to geogorian time (utc)
i wtite this code
as u see the minute convert from 16 to 20
and it is a bug
The text was updated successfully, but these errors were encountered: