Merge branch 'v0.22.x'
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user