Merge branch 'v0.22.x'

This commit is contained in:
Max Kellermann
2021-03-04 18:56:29 +01:00
13 changed files with 1201 additions and 452 deletions

View File

@@ -193,7 +193,7 @@ ParseTimeStamp(const char *s)
{
try {
// TODO: make this more robust
return ParseTimePoint(s, "%a, %d %b %Y %T %Z");
return ParseTimePoint(s, "%a, %d %b %Y %T");
} catch (...) {
return std::chrono::system_clock::time_point::min();
}