]> git.sur5r.net Git - cc65/commit
Increased consistency.
authorOliver Schmidt <ol.sc@web.de>
Thu, 2 Aug 2018 13:45:57 +0000 (15:45 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 13:45:57 +0000 (15:45 +0200)
commit753b48647ff2951ab1694e578fe75faf61d23b5a
tree86a93ccd95a894a2f54825bf61f52e5c1870b824
parentad6c2dbe7b2215314edbb19b2828b0f1067619b2
Increased consistency.

The test program works as-is only if the timezone isn't set (to something different than UTC). However, using localtime() instead of gmtime() makes it at least consistent in that the original time (given to mktime()) is identical to the time retrieved.
test/val/time.c