Clarify for web: timestamp in UTC

This commit is contained in:
norohind 2021-11-25 00:33:49 +03:00
parent 7a8f722064
commit 919395cb5d
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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