X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftable.c;h=f24ddc62e5cde843334c9dd117e37000157b78b1;hb=a088a1ffeba3d113c1be918969085a5c0de0d518;hp=8141677c3cfc5d21f95fc71db2740ba9b72e01a9;hpb=8f46c9bb842d2564297939aef369b4e4baaaaa43;p=openvswitch diff --git a/lib/table.c b/lib/table.c index 8141677c..f24ddc62 100644 --- a/lib/table.c +++ b/lib/table.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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