webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.42k stars 217 forks source link

Preventing the Python 3.12's "Deprecated since version 3.12: Use datetime.now() with UTC instead." #914

Open Lisias opened 3 months ago

Lisias commented 3 months ago

Description

See https://github.com/webrecorder/pywb/issues/913

Types of changes

Checklist:

Lisias commented 3 months ago

I made a mistake, forgot that WARCIO is also using naive datetimes. I'm working on a short term solution, please wait.