Time Helper
A lightweight Python library for effortless datetime handling with timezone support. Built for simplicity and flexibility, it provides a comprehensive set of utilities for parsing, converting, and manipulating dates and times.
Key Features:
๐ Timezone-aware operations with abbreviation support (e.g., IST, PST, CET)
with abbreviation support (e.g., IST, PST, CET) ๐ Universal datetime parsing from strings, timestamps, and various formats
from strings, timestamps, and various formats ๐ Optional pandas/numpy integration for DataFrame operations
for DataFrame operations ๐ฏ Simple, intuitive API with one-line conversions
with one-line conversions ๐ Modern Python 3.10+ with full type hints
Installation
Basic Installation
... continue reading