- 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