Hello,
My Sensor collects the time from 176.9.44.212 (0.pool.ntp.org), and this time is 2 hrs behind our time…
Is there a way to correct this?
Thx for help!
Hello,
My Sensor collects the time from 176.9.44.212 (0.pool.ntp.org), and this time is 2 hrs behind our time…
Is there a way to correct this?
Thx for help!
The time shown is in UTC (Universal Time Coordinated) an as such correct. This time is only used by the sensor to check the validity of certificates for secure connections where a worldwide standardized time is needed. It is not used in data uploads.
There is no way nor need to convert this time to a local timezone.
Thank you for this.
… as I am also uploading the data to my website, it would be more easy to correct this the “lazy way”…
As this is not available, I will resolve otherwise (php script)…
I was just lazy hoping for a lazy solution ![]()
The real lazy way would be to just use the time on the webserver when the data is received ![]()
It’s generally considered best practice to keep data relating to date/time coded at UTC and then use the timezone of any client device used to display the date/time in your local timezone of appropriate (which will also deal with daylight saving changes if that applies)
I agree to this, thank you!