correct date when verify the signature

Werner Koch wk at gnupg.org
Tue Apr 12 11:36:37 CEST 2011


On Tue, 12 Apr 2011 08:47, db111 at freemail.hu said:

> Every time when i verify any signature, i get the following date:
> gpg: Signature made 04/09/11
> The first 2 digit of the year is always missing.
> What is the reason of it?

That is definef by your locale.  Run "locale" to see the settings for
the current locale.  You may run for example

  LC_ALL=C gpg .....

to use another locale for gpg.

The function used to print the date is called asctimestamp and makes use
of strftime where its format string is either the one returned
nl_langinfo or lacking that fucntion the standard "%c %Z".


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.




More information about the Gnupg-users mailing list