graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

[Graylog2] Timestamp different with timestamp #1703

Closed HitsuYaga closed 8 years ago

HitsuYaga commented 8 years ago

Dear all, I have problem with field timestamp when I got a log message as picture below: image

filed timestamp now is UTC format differ with Timestamp filed is GMT+7 (our local time). So when I use alert mail, it have problem about trigger date. image

Please help me to fix it!!! Thanks

joschi commented 8 years ago

@HitsuYaga Graylog is always storing the timestamp of log messages with the timezone UTC. The Graylog web interface then uses the configured timezone of the logged in user (GMT+7 in your case) to display the timestamp in their timezone.

As far as I see from your screenshots and your description, everything is working as intended (message timestamps in UTC, local times and dates in your timezone).