Commit 5b0aa638 authored by Victor Zverovich's avatar Victor Zverovich

Minor grammar fix

parent 6eaceb5f
...@@ -256,7 +256,7 @@ TEST(chrono_test, time_point) { ...@@ -256,7 +256,7 @@ TEST(chrono_test, time_point) {
"%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"}; "%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"};
spec_list.push_back("%Y-%m-%d %H:%M:%S"); spec_list.push_back("%Y-%m-%d %H:%M:%S");
#ifndef _WIN32 #ifndef _WIN32
// Disabled on Windows, because these formats is not consistent among // Disabled on Windows because these formats are not consistent among
// platforms. // platforms.
spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"}); spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"});
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment