arbret/backend/routes
counterweight 4d5673f181
Standardize timezone usage to timezone.utc
- Replaced all UTC imports with timezone imports
- Changed all datetime.now(UTC) to datetime.now(timezone.utc)
- Consistent with booking.py and more explicit about timezone usage
- Updated models.py, routes/auth.py, and routes/invites.py
2025-12-21 17:58:43 +01:00
..
__init__.py first implementation 2025-12-20 22:18:14 +01:00
audit.py reviewed 2025-12-20 22:38:39 +01:00
auth.py Standardize timezone usage to timezone.utc 2025-12-21 17:58:43 +01:00
availability.py Make copy operation atomic with explicit transaction handling 2025-12-21 17:57:42 +01:00
booking.py Be explicit about eager loading in queries 2025-12-21 17:57:23 +01:00
counter.py reviewed 2025-12-20 22:38:39 +01:00
invites.py Standardize timezone usage to timezone.utc 2025-12-21 17:58:43 +01:00
meta.py implemented 2025-12-20 23:06:05 +01:00
profile.py reviewed 2025-12-20 22:38:39 +01:00
sum.py reviewed 2025-12-20 22:38:39 +01:00