Sat, 04 Feb 2006 00:01:44 +0000
[gaim-migrate @ 15476] Use the right format string for one of these cases. Bad copy-paste.
--- a/plugins/timestamp_format.c Fri Feb 03 18:30:27 2006 +0000 +++ b/plugins/timestamp_format.c Sat Feb 04 00:01:44 2006 +0000 @@ -72,7 +72,7 @@ } if (force) - return g_strdup(gaim_utf8_strftime("%Y-%m-%d %H:%M:%S", tm)); + return g_strdup(gaim_utf8_strftime("%H:%M:%S", tm)); return NULL; }