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 would like to get 'time' in influxdb in Nanoseconds.
When I supply time in Nanoseconds, the formattedTime() is converting into Milliseconds.
So there is an option I would not supply time to influxdb, let the influxdb write its timestamp in Nanoseconds.
The same formattedTime() is causing trouble here. If time is null, it sets with current mills.
The text was updated successfully, but these errors were encountered:
I would like to get 'time' in influxdb in Nanoseconds.
When I supply time in Nanoseconds, the formattedTime() is converting into Milliseconds.
So there is an option I would not supply time to influxdb, let the influxdb write its timestamp in Nanoseconds.
The same formattedTime() is causing trouble here. If time is null, it sets with current mills.
The text was updated successfully, but these errors were encountered: