zopefoundation / DateTime

This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Other
19 stars 25 forks source link

Avoid using intermediate naive UTC datetimes internally #51

Closed scop closed 1 year ago

scop commented 1 year ago

They're deprecated in Python 3.12.

dataflake commented 1 year ago

Would you please sign a contributor agreement so we can accept your contribution? Please see https://www.zope.dev/developer/becoming-a-committer.html for details.

dataflake commented 1 year ago

This is superceded by #55 which adds preliminary support for Python 3.12.