Correct type-o in error message

This commit is contained in:
Howard Hinnant
2016-08-14 20:10:45 -04:00
parent 78025bf922
commit 952857e721

2
tz.h
View File

@@ -1408,7 +1408,7 @@ format(const std::locale& loc, std::basic_string<CharT, Traits> fmt,
if (command && !modified) if (command && !modified)
{ {
if (info == nullptr) if (info == nullptr)
throw std::runtime_error("Can not format local_time with %z"); throw std::runtime_error("Can not format local_time with %Z");
else else
{ {
fmt.replace(i - 1, 2, std::basic_string<CharT, Traits> fmt.replace(i - 1, 2, std::basic_string<CharT, Traits>