From 919395cb5d909d58e737f6c76c536bc6715760f4 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Thu, 25 Nov 2021 00:33:49 +0300 Subject: [PATCH] Clarify for web: timestamp in UTC --- sql_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql_requests.py b/sql_requests.py index 36d1f62..3e59197 100644 --- a/sql_requests.py +++ b/sql_requests.py @@ -59,7 +59,7 @@ limit :limit);""" select_activity_pretty_names = """select sum_score as TotalExperience, -timestamp as Timestamp, +timestamp as 'Timestamp UTC', action_id as ActionId, sum_score_old as TotalExperienceOld, sum_score - sum_score_old as Diff