ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / lib / table.c
index a8b35e216f484b64a85eb38e9cb28c29a9e2c063..f24ddc62e5cde843334c9dd117e37000157b78b1 100644 (file)
@@ -224,7 +224,7 @@ static void
 table_format_timestamp__(char *s, size_t size)
 {
     time_t now = time_wall();
-    strftime(s, size, "%Y-%m-%d %H:%M:%S", localtime(&now));
+    strftime(s, size, "%Y-%m-%d %H:%M:%S", gmtime(&now));
 }
 
 static void