Timestamp precision in nanoseconds #266
Replies: 1 comment 2 replies
-
Greetings, @apeksha-r-naik |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @Romkisel @alex-karpovich,
We are using timebase client 6.0.5
And we are inserting the timestamp in Time base with Nanoseconds level precision, but when we query the time base we are getting the timestamp in Milliseconds.
For an Example:
Python code while loads the data in Time base ( timestamp is in nanos ) : 1705388591200091000
When we query Time base we are getting (in milliseconds) : 2024-01-16T07:03:11.200Z
Expected format is (in nanoseconds) : 2024-01-16T07:03:11.200091000Z
Please suggest us further. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions