Skip to content
Discussion options

You must be logged in to vote

Hi @cormac-raftery-gea

Thanks for reporting. The issue is caused by the bug when parsing the timestamp(EnqueuedTimeUtc) to the wrong value.

The bug issue is fixed in #3735.

For your current ekuiper version, please make the length of fraction number in your timestamp as 3/6/9 to avoid the bug.

For example, making "EnqueuedTimeUtc":"2025-06-04T08:53:32.7510000Z" as "EnqueuedTimeUtc":"2025-06-04T08:53:32.751000000Z" or "EnqueuedTimeUtc":"2025-06-04T08:53:32.751000Z" which let the fraction number become from 7 to 6/9

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cormac-raftery-gea
Comment options

@Yisaer
Comment options

Yisaer Jun 9, 2025
Collaborator

Answer selected by Yisaer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants