Files
Tarun Tak 18d5abb2f6 chore: Replace pytz with zoneinfo for UTC handling - Part 1 (#37523)
First PR to replace pytz with zoneinfo for UTC handling across codebase.

This PR migrates all UTC timezone handling from pytz to Python’s standard
library zoneinfo. The pytz library is now deprecated, and its documentation
recommends using zoneinfo for all new code. This update modernizes our
codebase, removes legacy pytz usage, and ensures compatibility with
current best practices for timezone management in Python 3.9+. No functional
changes to timezone logic - just a direct replacement for UTC handling.

https://github.com/openedx/edx-platform/issues/33980
2025-10-28 16:23:22 -04:00
..
2020-06-23 12:14:03 -04:00
2021-03-08 13:13:52 +05:00
2020-03-10 14:45:29 -04:00
2021-03-08 13:13:52 +05:00
2021-03-08 13:13:52 +05:00
2021-02-08 20:12:45 +05:00
2022-02-25 16:24:51 +05:00