Mercurial > pidgin.yaz
diff src/protocols/novell/novell.c @ 13119:fcde3faa1f57
[gaim-migrate @ 15481]
This adds support for displaying log timestamps in their original timezone. If your OS's definition of struct tm sucks, then the log timestamps will show up in your local timezone, but converted, so the time is accurate. Yay! Anyway, this all works, as I've renamed lots of my log files locally, but currently, there's no code to save new logs in this name format. That's held up on a portability issue and backwards compatibility issue.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 04 Feb 2006 20:55:52 +0000 |
parents | e1e5462b7d81 |
children | 263c2db78f77 |
line wrap: on
line diff
--- a/src/protocols/novell/novell.c Sat Feb 04 05:17:46 2006 +0000 +++ b/src/protocols/novell/novell.c Sat Feb 04 20:55:52 2006 +0000 @@ -1903,7 +1903,7 @@ gmt = nm_event_get_gmt(event); title = _("Invitation to Conversation"); primary = g_strdup_printf(_("Invitation from: %s\n\nSent: %s"), - name, gaim_date_format_full(gmt)); + name, gaim_date_format_full(localtime(&gmt))); secondary = _("Would you like to join the conversation?"); /* Set up parms list for the callbacks