[PATCH 18/65] time format %Y-%m-%d %H:%M is more familiar

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Thu, 17 Apr 2014 15:44:49 +0200

than "%F %R"

Signed-off-by: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
---
 ii.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii.c b/ii.c
index 9d3b6e0..eda920c 100644
--- a/ii.c
+++ b/ii.c
_AT_@ -229,7 +229,7 @@ print_out(char *channel, char *buf) {
 	if(channel && channel[0])
 		add_channel(channel);
 
-	strftime(buft, sizeof(buft), "%F %R", localtime(&t));
+	strftime(buft, sizeof(buft), "%Y-%m-%d %H:%M", localtime(&t));
 	fprintf(out, "%s %s\n", buft, buf);
 	fclose(out);
 }
-- 
2.4.10
--Multipart=_Mon__9_May_2016_17_21_10_+0200_I.6cpFVydhq75aaE
Content-Type: text/x-diff;
 name="0019-separate-get_filepath-from-create_filepath.patch"
Content-Disposition: attachment;
 filename="0019-separate-get_filepath-from-create_filepath.patch"
Content-Transfer-Encoding: 7bit
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Mon May 09 2016 - 17:24:22 CEST