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
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Greetings,
The following is my query,
"select * from measurement"
I am getting time in zulu format like 2020-09-12T12:30:00.0000000Z. Instead
of this I want to get a timestamp?
I know I can use strtotime(), but as I am using for the graphs there is a
lag if I use strtotime(). So is there any possibility to get a timestamp
directly from the database?
Best Regards,
Vamsi Krishna
I have a different format time in my InfluxDB, when I want to select the data How to retrieve data with timestamp instead of original time format?
The text was updated successfully, but these errors were encountered: