Whenever: Typed, DST-Safe Datetimes for Python
2025-04-13
Tired of Python's `datetime` pitfalls? Whenever offers typed, DST-safe datetime operations with unmatched performance, outpacing other third-party libraries and often the standard library itself. Choose between a high-performance Rust implementation or a pure Python version for ease of use. It addresses the standard library's shortcomings in DST handling and type checking, providing a clean API for writing correct datetime code.
Development
datetime