I want all calculations to use my local time. Is this a bug or am I doing something wrong:
peter@debian:~$ date -Iseconds
2026-01-07T11:17:48+01:00
peter@debian:~$ dateutils.dadd --from-zone=localtime --zone=localtime now 24h
2026-01-08T11:17:54
peter@debian:~$ dateutils.dadd --from-zone=localtime --zone=localtime now 1d
2026-01-08T10:18:00
peter@debian:~$ dateutils.dadd --version
dateadd 0.4.11
The results of now 24h and now 1d are off by an hour, which doesn't make any sense.