# How to set a timezone?

**URL:** https://forum.sensor.community/t/how-to-set-a-timezone/7091
**Category:** FAQ
**Created:** [September 21, 2025, 9:43am UTC](https://forum.sensor.community/t/how-to-set-a-timezone/7091 "2025-09-21T09:43:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Olli](https://forum.sensor.community/letter_avatar_proxy/v4/letter/o/919ad9/32.png) [@Olli](https://forum.sensor.community/u/Olli)
#### Post date: [September 21, 2025, 9:43am UTC](https://forum.sensor.community/t/how-to-set-a-timezone/7091/1 "2025-09-21T09:43:48Z")

</div>

Hello,

My Sensor collects the time from 176.9.44.212 ([0.pool.ntp.org](http://0.pool.ntp.org)), and this time is 2 hrs behind our time…

Is there a way to correct this?

Thx for help!

| |
| --- |

---

<div class="post-metadata">

### Author: ![Phaze-III](https://forum.sensor.community/user_avatar/forum.sensor.community/phaze-iii/32/1454_2.png) [@Phaze-III](https://forum.sensor.community/u/Phaze-III)
#### Post date: [September 21, 2025, 2:25pm UTC](https://forum.sensor.community/t/how-to-set-a-timezone/7091/2 "2025-09-21T14:25:04Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Olli](https://forum.sensor.community/letter_avatar_proxy/v4/letter/o/919ad9/32.png) [@Olli](https://forum.sensor.community/u/Olli)
#### Post date: [September 21, 2025, 5:09pm UTC](https://forum.sensor.community/t/how-to-set-a-timezone/7091/3 "2025-09-21T17:09:00Z")

</div>

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 🙂

---

<div class="post-metadata">

### Author: ![Phaze-III](https://forum.sensor.community/user_avatar/forum.sensor.community/phaze-iii/32/1454_2.png) [@Phaze-III](https://forum.sensor.community/u/Phaze-III)
#### Post date: [September 21, 2025, 6:12pm UTC](https://forum.sensor.community/t/how-to-set-a-timezone/7091/4 "2025-09-21T18:12:01Z")

</div>

The real lazy way would be to just use the time on the webserver when the data is received 😉

---

<div class="post-metadata">

### Author: ![plunet](https://forum.sensor.community/letter_avatar_proxy/v4/letter/p/f4b2a3/32.png) [@plunet](https://forum.sensor.community/u/plunet)
#### Post date: [September 22, 2025, 12:47pm UTC](https://forum.sensor.community/t/how-to-set-a-timezone/7091/5 "2025-09-22T12:47:44Z")

</div>

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)

---

<div class="post-metadata">

### Author: ![Olli](https://forum.sensor.community/letter_avatar_proxy/v4/letter/o/919ad9/32.png) [@Olli](https://forum.sensor.community/u/Olli)
#### Post date: [September 23, 2025, 8:30pm UTC](https://forum.sensor.community/t/how-to-set-a-timezone/7091/6 "2025-09-23T20:30:19Z")

</div>

I agree to this, thank you!
