Python datetimes made easy
Unlike other datetime libraries for Python, Pendulum is a drop-in replacement for the standard datetime class (it inherits from it), so, basically, you can replace all your datetime instances by DateTime instances in you code. It also removes the notion of naive datetimes: each Pendulum instance is timezone-aware and by default in UTC for ease of use.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.1.2-5.fc35 | - |
Fedora 35 | 2.1.2-5.fc35 | - |
Fedora 34 | 2.1.2-3.fc34 | - |
EPEL 8 | 2.0.5-2.el8 | - |
You can contact the maintainers of this package via email at
python-pendulum dash maintainers at fedoraproject dot org
.