Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:48 +08:00
commit 9997176040
24 changed files with 2371 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Timezone Tools - Python Dependencies
# Install with: pip install -r requirements.txt
# Local timezone detection
tzlocal>=5.0
# Note: zoneinfo is built into Python 3.9+, no installation needed