frontend-v2
frontend-v2 copied to clipboard
Advanced Query: Frontend assumes that user-input time is in GMT; but shows the output in UTC+8
When doing advanced query and specified a time range from May 1st to May 2nd, the frontend converts it to UTC+8 time. So, the actual queried time range is from May 1st 8:00 to May 2nd 8:00, which is kind of counterintuitive
It should be reversed - convert user-input time from UTC+8 to GMT, not the other way around, because user is at UTC+8 and server is at GMT