there is a bugzilla bug filed against a similar problem, bug #72753, NSS
should have a 24 hour "pending slop time" for my test case, but it doesn't
seem work, maybe it doesn't work in general
Sonja
Patrick wrote:
> Hello,
>
> It looks like NSS operates in GMT time by default. So if I have a cert
> issued for 11:00 EST, and I run an NSS-enabled app, the certificate
> will be considered "expired" or not valid yet because NSS thinks it was
> issued for 15:00 EST...At least that's how I interpreted this problem.
> In my lab I did have such a scneario and the way I got my app to accept
> the cert was to change the timezone and set it to GMT (TZ=GMT).
>
> So is there a way to configure NSS to use EST instead of GMT?
>
> -- Patrick