[gnutls-devel] tests/cert-tests/template-test is timezone sensitive
Alon Bar-Lev
alon.barlev at gmail.com
Wed Jun 17 13:09:15 CEST 2015
See:
$ TZ=GMT+2 datefudge "2015-01-01" date -u
Thu Jan 1 02:00:00 UTC 2015
$ TZ=GMT+0 datefudge "2015-01-01" date -u
Thu Jan 1 00:00:00 UTC 2015
Probably issue of datefudge of using localtime... The test should
enforce a specific TZ, currently it is GMT-2.
However, even if done so, the certificates are generated wi
More information about the Gnutls-devel
mailing list