I just noticed, that time and date is not updated on nodes in my IPv6-only network.
Out of 0–3, only 2.openwrt.pool.ntp.org has AAAA records enabled. If those servers are maintained by members of the OpenWRT project, I would be happy if they could enable IPv6 for all of them.
2.openwrt.pool.ntp.org. 81 IN AAAA 2a01:4f8:110:12d5::2
2.openwrt.pool.ntp.org. 81 IN AAAA 2a01:4f8:c2c:3d20::1
2.openwrt.pool.ntp.org. 81 IN AAAA 2a01:238:427e:1e00:f21d:ee49:2a64:3256
2.openwrt.pool.ntp.org. 81 IN AAAA 2a01:4f8:200:3296::2
That is a documented decision by ntp.org, only the '2.*.ntp.org' servers are IPv6 enabled (sorry, can't find my reference right now, but I too want all my ntp servers to be IPv6 capable, and I've dug into this).
Here's a list of v6 capable servers I've collected over the years. I occasionally ping them to get the ones with lowest RTT, then use the four that are 'closest' to me in that regard. Those Hurricane Electric (he.net) ones in San Jose and Fremont California are always very fast for me, but that's because of geographic proximity. Cloudflare and Google are almost always good, too.
Are you guys using the default included busybox ntpd or swapped it out? Because mine seems to have problems with IPv6. Found an old auto closed issue on it https://github.com/openwrt/openwrt/issues/8807
root@OpenWrt:~# ntpd -
BusyBox v1.37.0 (2025-08-25 17:52:43 UTC) multi-call binary.
root@OpenWrt:~# ntpd -dwqp 2.openwrt.pool.ntp.org
ntpd: '2.openwrt.pool.ntp.org' is 2001:9b1:9bd0::bb
ntpd: sending query to 2001:9b1:9bd0::bb
Alarm clock
root@OpenWrt:~# ping 2.openwrt.pool.ntp.org
PING 2.openwrt.pool.ntp.org (2a05:f480:2000:2c23:5400:5ff:fe3b:6d64): 56 data bytes
64 bytes from 2a05:f480:2000:2c23:5400:5ff:fe3b:6d64: seq=0 ttl=50 time=10.878 ms
64 bytes from 2a05:f480:2000:2c23:5400:5ff:fe3b:6d64: seq=1 ttl=50 time=10.612 ms
64 bytes from 2a05:f480:2000:2c23:5400:5ff:fe3b:6d64: seq=2 ttl=50 time=10.573 ms
I particularly like those first two Hurricane Electric ones, as they have the lowest RTT for me; I suspect I have a straight shot up the coast to them on some link with very low hop count... (That being said, I don't actually use any of them except to bootstrap my local GPS-based ntp server.)