diff src/util.h @ 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 15b3926e2147
children 554575d1f9b5
line wrap: on
line diff
--- a/src/util.h	Mon Feb 27 08:35:13 2006 +0000
+++ b/src/util.h	Mon Feb 27 08:49:14 2006 +0000
@@ -223,6 +223,11 @@
  * GMT.  Required to emit RFC822-conformant dates
  * (using "%a, %d %b %Y %H:%M:%S %z"). (GNU)'
  *
+ * On Windows, this function also converts the results for %Z from a timezone
+ * name (as returned by the system strftime() %Z format string) to a timezone
+ * abbreviation (as is the case on Unix).  As with %z, conversion specifiers
+ * should not be used.
+ *
  * @param format The format string, in UTF-8
  * @param tm     The time to format, or @c NULL to use the current local time
  *