Open
Description
Hi
We are trying to run the following code snippet on bullseye after installing pytz
from datetime import datetime
import time
import pytz
tz=pytz.timezone('America/New_York')
nytime= datetime.utcnow().astimezone(tz)
time.mktime(nytime.timetuple())
But we get the following exception:
OverflowError: mktime argument out of range
Knowing that it works normally in buster images.
Is there any OS dependency that I need to install for bullseye?
Thank you
Metadata
Metadata
Assignees
Labels
No labels