about summary refs log tree commit diff
path: root/third_party/abseil_cpp/absl/time/format_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/abseil_cpp/absl/time/format_benchmark.cc')
-rw-r--r--third_party/abseil_cpp/absl/time/format_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/abseil_cpp/absl/time/format_benchmark.cc b/third_party/abseil_cpp/absl/time/format_benchmark.cc
index 249c51d875..19e481dbd1 100644
--- a/third_party/abseil_cpp/absl/time/format_benchmark.cc
+++ b/third_party/abseil_cpp/absl/time/format_benchmark.cc
@@ -26,7 +26,7 @@ const char* const kFormats[] = {
     absl::RFC1123_no_wday,  // 1
     absl::RFC3339_full,     // 2
     absl::RFC3339_sec,      // 3
-    "%Y-%m-%dT%H:%M:%S",    // 4
+    "%Y-%m-%d%ET%H:%M:%S",  // 4
     "%Y-%m-%d",             // 5
 };
 const int kNumFormats = sizeof(kFormats) / sizeof(kFormats[0]);