I recommend searching online for a definition that matches your timezone.
The steps below can be applied to any interface that has an enabled DHCP server. This configuration guide only shows the LAN interface as the most common example.
Step 1: Configure the NTP server DHCP option on the LAN interface
DHCP clients often do not request the timezone options so these options need to be forced into the DHCP server reply.
NTP Server
OpenWrt does not enable the NTP server by default. Having an NTP server on your network is important for keeping the time of your devices in sync. OpenWRT comes with a built-in NTP server that can be enabled from the System menu, Time Synchronization tab.
Question is... how many clients support this way of TZ configuration. Systemd? Nope. Windows? Nope.
Another question is how reliable your router (most likely comes without RTC) in storing precise time?
I do not have any high precision time requirements. I'm happy just so long as I can look at any device and get the same time. My router (NanoPi R2S) is stable enough to provide that to my local devices.
It might not surprise you to know that I am not using the default NTP server but have installed luci-app-chrony and dependancy packages for a more configurable service. With two stratum 1 servers and a pool, I believe I have good times
I've been IPv4 networking since 1995. If I'm very lucky, I can keep ignoring IPv6 for another 25years
My first PC was Intel 386SX with 4MB of RAM and yet I like to know what DHCPv6 option can be used to share TZ information. There is none to my knowledge... but I'm might be wrong.
Good question. Given this is the first person I've ever noticed give concern to DHCP Options for time zone, it's not too common. Although, Option 56 is available.
I'm a bit OCD with time - all my devices should have the same time, and I should be able to trust that time. So all the upstream servers are from reliable national institutes and the pool is local to my country (au.pool.ntp.org). I'm having a good Aussie time
Also, it gets messier. Most OSs that can use TZ via DHCP, use/used DHCPv4 Option No. 2 (Time Offset). I'm still not clear on what OSes obtain thier time zone via DHCP in 2025.
GPS was the easiest way to get precise time but I'm in Russia and GPS can randomly throw people to Belgium, Ukraine or somewhere else, so NTP from local timekeeping institution is the only cheap option to get Stratum 1.
man dnsmasq says: --dhcp-option=option6:ntp-server,[1234::56], so technically it is possible to specify it directly via options. Maybe even via existing UI...
P.S. Since we already have NTPv6 option in UI, it would be logical to add TZ selector, don't you think? Yeah, and the same for NTPv4...