diff options
| author | arg@mig29 <unknown> | 2006-11-03 14:32:05 +0100 |
|---|---|---|
| committer | arg@mig29 <unknown> | 2006-11-03 14:32:05 +0100 |
| commit | 9197fee8a9045b9555ffe12387524b2fc4a16805 (patch) | |
| tree | 97b25d431b719be4427dec4ee5525e9a8c92bb93 /sic.c | |
| parent | 45ff5ccf31f27d61473e4811379c0d5319a25b20 (diff) | |
| download | cic-9197fee8a9045b9555ffe12387524b2fc4a16805.tar.gz | |
new time info
Diffstat (limited to 'sic.c')
| -rw-r--r-- | sic.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ pout(char *channel, char *msg) { static char timestr[18]; time_t t = time(0); - strftime(timestr, sizeof(timestr), "%a %R", localtime(&t)); + strftime(timestr, sizeof(timestr), "%F %R", localtime(&t)); fprintf(stdout, "%-8.8s: %s %s\n", channel, timestr, msg); } |
