date.c: add "show_date()" function.
Kind of like ctime(), but not as broken.
This commit is contained in:
1
cache.h
1
cache.h
@ -166,6 +166,7 @@ extern void *read_object_with_reference(const unsigned char *sha1,
|
||||
unsigned long *size,
|
||||
unsigned char *sha1_ret);
|
||||
|
||||
const char *show_date(unsigned long time, int timezone);
|
||||
void parse_date(char *date, char *buf, int bufsize);
|
||||
void datestamp(char *buf, int bufsize);
|
||||
|
||||
|
Reference in New Issue
Block a user