GNOME Bugzilla – Bug 656189
log viewer splits entries between Today and Yesterday based on GMT, not local timezone
Last modified: 2018-05-22 14:57:31 UTC
A conversation had entirely 'today' (in Australia) has been split across 'Today' and 'Yesterday' in the log viewer. The wrap around happens when it was 2am in Berlin, which would be midnight GMT.
Actually, all my log times are in GMT.
Created attachment 195266 [details] [review] fix for comment #1 This fixes comment #1, by using the correct constructor to create the GDateTime. The original bug is annoyingly harder to fix, we're using the GDate from the filename to split files up, rather than the timestamp of an entry, so stuff can be placed in the wrong logical day.
Comment on attachment 195266 [details] [review] fix for comment #1 ++
Comment on attachment 195266 [details] [review] fix for comment #1 Committed. Leaving this bug open for the original issue.
*** Bug 666704 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/406.