Use gmtime not localtime when we want UTC, I got it right in one place
authornicm <nicm@openbsd.org>
Fri, 29 May 2015 15:58:01 +0000 (15:58 +0000)
committernicm <nicm@openbsd.org>
Fri, 29 May 2015 15:58:01 +0000 (15:58 +0000)
commit704a4e8eaad545d37bac41437202fddc19ad9d4d
tree17f76263537b76f19f528b75d0df97b5324ad0a9
parent34c2ea26dbd0467fffc3171c64f86b5b2ffad4d8
Use gmtime not localtime when we want UTC, I got it right in one place
but not in another two. I expect I was confused by the fact that the
original file(1) had them the wrong way round (so, for example, leqldate
was actually UTC).
usr.bin/file/magic-test.c