diff options
Diffstat (limited to 'doc/faq.raw')
-rw-r--r-- | doc/faq.raw | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/faq.raw b/doc/faq.raw index bc9170dfd..7b1702be6 100644 --- a/doc/faq.raw +++ b/doc/faq.raw @@ -632,6 +632,14 @@ in it - why? "deprecated". Ignore this warning, more recent versions of gpg are corrected. +<Q> Some dates are displayed as ????-??-??, why? + + Due to constraints in most libc implementations, dates beyond + 2038-01-19 can't be displayed correctly. 64 bit OSes are not + affected by this problem. To avoid printing wrong dates, GnuPG + instead prints some question marks. To see the correct value, you + can use the options --with-colons and --fixed-list-mode. + <Q> I still have a problem. How do I report a bug? Are you sure that it's not been mentioned somewhere on the mailing |