CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2022/09/24 10:07:27
Modified files: games/grdc : grdc.6 grdc.c Log message: There are time zones that have minute offsets, display those correctly. Pointed out by pjanzen@. To display the offset, use ISO 8601, as suggested by David Goerger. While here check if tm->tm_gmtoff changed which probably means that we moved in or out of daylight savings time. Input & OK millert, deraadt