We have an issue where we wanted to view Cases opened by Date (Grouped). Noticed that a Case created on 10/7/18 at 8:47 pm was in the Created on 10/8 group. Does kReporter operate on a different base time zone that might have caused this?
KReporter groups on date value saved in database.
For display date is re-calculated for userβs timezone.
In the example balow Case 25 was created 2016-08-23 at 11:30 pm.
It will belong to August 23rd for query, but date will be displayed for the user in August 24th. The user has git timezone gmt +4 .
1 Like
Hey Val,
I was able to use Inserted DATE_FORMAT(CONVERT_TZ({t}.{f},β+00:00β,β-05:00β),β%Y-%m-%dβ) and correctly assigned cases per current time zone. Just fyi