Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug]: The time of the displayed timeline does not coincide with the time of the notification from checkmk #3248

Closed
congto opened this issue Jan 31, 2025 · 1 comment · Fixed by #3282
Labels
Bug Something isn't working

Comments

@congto
Copy link
Contributor

congto commented Jan 31, 2025

Describe the bug

I see that there is a place where the keep time display does not correspond to the checkmk notification time

One

Image

Two

Image

Please handle it for me

Thank team.

Copy link

dosubot bot commented Jan 31, 2025

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.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the Bug Something isn't working label Jan 31, 2025
@talboren talboren linked a pull request Feb 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant