mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Expiration time works (I hope so)
This commit is contained in:
parent
f9d2bd8cb9
commit
47c61bafe3
35 changed files with 7147 additions and 2848 deletions
|
@ -310,7 +310,7 @@ expirestr_from_pk( PKT_public_key *pk )
|
|||
|
||||
if( !pk->expiredate )
|
||||
return "never ";
|
||||
atime = pk->expiredate;
|
||||
atime = pk->expiredate;
|
||||
tp = gmtime( &atime );
|
||||
sprintf(buffer,"%04d-%02d-%02d", 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday );
|
||||
return buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue