CVSROOT: /cvs Module name: src Changes by: phess...@cvs.openbsd.org 2025/08/17 02:42:21
Modified files: lib/libc/time : localtime.c Log message: Change gmtime() to return time in UTC rather than GMT, as required by our own manpage, POSIX, C standards, and other OSes. OK kettenis@, millert@