You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a similar issue that was previously reported and has been closed: [🐛 Bug]: Time display issue when viewing history in Feed. This issue was resolved by a pull request that addressed the time synchronization problem [1].
In the Keep system, the time information from Checkmk alerts is parsed and displayed using the convert_to_utc_isoformat method. This method converts the long_date_time string to a UTC ISO 8601 format. If the conversion fails, it defaults to using the short_date_time value. Additionally, if the micro_time field is present, it is used to calculate the timestamp, which is then converted to an ISO format [2].
If the issue persists, it might be worth checking if the latest updates and fixes have been applied to your system.
Describe the bug
I see that there is a place where the keep time display does not correspond to the checkmk notification time
One
Two
Please handle it for me
Thank team.
The text was updated successfully, but these errors were encountered: