mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 21:35:00 +00:00
Add: shortuuid check, new date layout found
This commit is contained in:

committed by
Sveta Smirnova

parent
a3f3a4d7e5
commit
246f875ed9
@@ -17,6 +17,7 @@ import (
|
||||
var DateLayouts = []string{
|
||||
"2006-01-02T15:04:05.000000Z", // 5.7
|
||||
"2006-01-02T15:04:05.000000-07:00", // 5.7
|
||||
"2006-01-02T15:04:05Z", // found in some crashes
|
||||
"060102 15:04:05", // 5.5
|
||||
"2006-01-02 15:04:05", // 5.6
|
||||
"2006-01-02 15:04:05", // 10.3, yes the extra space is needed
|
||||
|
Reference in New Issue
Block a user