CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/04/20 09:29:24
Modified files: usr.sbin/rpki-client: output.c output-json.c Log message: Print UTC time with gmtime() This replaces a strange hack that sets TZ=UTC and calls localtime(). Tweak format string to keep printing UTC. ok claudio