Show absolute times as UTC, as was done before.
[obnox/wireshark/wip.git] / epan / dissectors / packet-ipmi.c
index 6636277c9761d8a79974c20fbd47210d535ebdd0..3118f0cfe552424fb6b2633a22fd43f07078b6cc 100644 (file)
@@ -781,7 +781,7 @@ ipmi_add_timestamp(proto_tree *tree, gint hf, tvbuff_t *tvb, guint offset)
                                time_secs_to_str_unsigned(ts));
        } else {
                proto_tree_add_uint_format_value(tree, hf, tvb, offset, 4,
-                               ts, "%s", abs_time_secs_to_str(ts, FALSE));
+                               ts, "%s", abs_time_secs_to_str(ts, TRUE));
        }
 }