samplealgo01 icon indicating copy to clipboard operation
samplealgo01 copied to clipboard

ValueError: astimezone() cannot be applied to a naive datetime

Open unimodern opened this issue 5 years ago • 0 comments

I got this Traceback (most recent call last): File "algo.py", line 373, in today = datetime.today().astimezone(nyc) ValueError: astimezone() cannot be applied to a naive datetime

unimodern avatar Jun 25 '19 14:06 unimodern