Mercurial > pidgin
diff src/log.c @ 13333:b04212d6b115
[gaim-migrate @ 15703]
win32 TZ name to abbreviation conversion. This make the behavior consistent across platforms.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 27 Feb 2006 08:49:14 +0000 |
| parents | 87ca2f6bd0dc |
| children | af03d3b20cd2 |
line wrap: on
line diff
--- a/src/log.c Mon Feb 27 08:35:13 2006 +0000 +++ b/src/log.c Mon Feb 27 08:49:14 2006 +0000 @@ -643,11 +643,7 @@ gaim_build_dir (dir, S_IRUSR | S_IWUSR | S_IXUSR); tm = localtime(&log->time); -#ifdef _WIN32 - tz = ""; -#else tz = gaim_escape_filename(gaim_utf8_strftime("%Z", tm)); -#endif date = gaim_utf8_strftime("%Y-%m-%d.%H%M%S%z", tm); filename = g_strdup_printf("%s%s%s", date, tz, ext ? ext : "");
