From a177090f378cef71f363ef0e56c3913763cc6d5f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 14 Mar 2005 20:41:20 +0000 Subject: * card-util.c (card_status): Use isotimestamp and not the localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New. --- include/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index ba493b1be..c6e89e713 100644 --- a/include/util.h +++ b/include/util.h @@ -152,6 +152,7 @@ u32 scan_isodatestr( const char *string ); u32 add_days_to_timestamp( u32 stamp, u16 days ); const char *strtimevalue( u32 stamp ); const char *strtimestamp( u32 stamp ); /* GMT */ +const char *isotimestamp( u32 stamp ); /* GMT with hh:mm:ss */ const char *asctimestamp( u32 stamp ); /* localized */ void print_string( FILE *fp, const byte *p, size_t n, int delim ); void print_string2( FILE *fp, const byte *p, size_t n, int delim, int delim2 ); -- cgit v1.2.3