mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-03 00:06:41 +02:00
56ed0d516e
A fixed-offset keyword such as 'UTC' must anchor the instant before relative items are applied, so that '1970-01-01 UTC N seconds' is exactly N seconds past the epoch even when the local zone observes DST between the epoch and the result. * tests/date/date-tz.sh: Add a relative-seconds-across-DST case. https://github.com/coreutils/coreutils/pull/275