[empathy] Show date in local timezone instead of UTC
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Show date in local timezone instead of UTC
- Date: Tue, 6 Mar 2012 12:51:44 +0000 (UTC)
commit 912a95b7ceb56e16854fa09af9c31cb33b6303ca
Author: Debarshi Ray <debarshir src gnome org>
Date: Tue Mar 6 13:06:32 2012 +0100
Show date in local timezone instead of UTC
Fixes: https://bugzilla.gnome.org/661515
libempathy-gtk/empathy-chat-text-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-chat-text-view.c b/libempathy-gtk/empathy-chat-text-view.c
index 60d642c..6bef478 100644
--- a/libempathy-gtk/empathy-chat-text-view.c
+++ b/libempathy-gtk/empathy-chat-text-view.c
@@ -414,7 +414,7 @@ chat_text_view_append_timestamp (EmpathyChatTextView *view,
if (show_date) {
/* Translators: timestamp displayed between conversations in
* chat windows (strftime format string) */
- tmp = empathy_time_to_string_utc (timestamp, _("%A %B %d %Y"));
+ tmp = empathy_time_to_string_local (timestamp, _("%A %B %d %Y"));
g_string_append (str, tmp);
g_string_append (str, ", ");
g_free (tmp);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]