add gulp reference

This commit is contained in:
Kenneth Kehl
2024-08-23 11:47:43 -07:00
parent 77d49754c6
commit c7b83596ba
4 changed files with 6 additions and 1 deletions

View File

@@ -416,6 +416,7 @@ def get_dashboard_partials(service_id):
def get_dashboard_totals(statistics):
timezone = request.cookies.get('timezone', 'UTC')
print(hilite(f"HURRAY TIMEZONE IS {timezone}"))
if current_user.preferred_timezone is not timezone:
current_user.update(preferred_timezone=timezone)