diff options
-rw-r--r-- | skype/skype.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skype/skype.c b/skype/skype.c index fccd96e3..126fcf7a 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -351,8 +351,8 @@ static gboolean skype_read_callback( gpointer data, gint fd, b_input_condition c { if(strlen(sd->info_tz)) { - // FIXME secs -> str - g_string_append_printf(st, "Local Time: %s\n", sd->info_tz); + /* this is currently buggy, says gmt+12 when I set gmt+1 + g_string_append_printf(st, "Local Time: %s\n", sd->info_tz); */ } g_free(sd->info_tz); } |