Print UTC time with gmtime()
authortb <tb@openbsd.org>
Wed, 20 Apr 2022 15:29:24 +0000 (15:29 +0000)
committertb <tb@openbsd.org>
Wed, 20 Apr 2022 15:29:24 +0000 (15:29 +0000)
commit65c2098b4007a4588ea0c7e1bcf5d23314aac7c4
treed9a412ed06bde616f7ba73c2d84ce1f53f08e396
parent66a3a4500e333de91dc607edfecf2fb54adf695d
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
usr.sbin/rpki-client/output-json.c
usr.sbin/rpki-client/output.c