Python datetime not correct with regards to timezones when running in docker – Ubuntu
I have a python 2.7 codebase that I'm trying to containerize. Much as I'd like to, our devs cannot move to Python 3. When running natively in their dev environments, datetimes respect timezones. I can confirm that the output is…