CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/15 13:37:35
Modified files:
usr.bin/rcs : rcstime.c
Log message:
rcs_set_tz: Use timegm() to parse broken-down UTC
We used to use mktime() (which expects local time not UTC) and
manually adjust the time zone, but this did not take DST into
account. From Tomas Rippl
