demisto / demisto-py

Demisto Client for Python
Apache License 2.0
70 stars 41 forks source link

Stop using deprecated pytz.localize function #93

Closed darkushin closed 2 years ago

darkushin commented 2 years ago

Status

Ready

Related Issues

fixes: https://github.com/demisto/etc/issues/48250 fixes: https://github.com/demisto/demisto-sdk/issues/2035

Description

Stop using the deprecated pytz.localize function and use datetime.replace(tzinfo) instead.