Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
time_t now;
/* RFC822 format string borrowed from GNU shellutils date.c */
const char *format = "%a, %_d %b %Y %H:%M:%S %z";
const char *format = "%a, %e %b %Y %H:%M:%S %z";
now = time(NULL);