Merge pull request from esperlu/esperlu-patch-2

Update parse.go
This commit is contained in:
Jean-Luc Lacroix 2023-12-01 11:04:33 +01:00 committed by GitHub
commit 6a39cfbb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,8 @@ var listLineParsers = []parseFunc{
var dirTimeFormats = []string{
"01-02-06 03:04PM",
"2006-01-02 15:04",
"01-02-2006 03:04PM",
"01-02-2006 15:04",
}
// parseRFC3659ListLine parses the style of directory line defined in RFC 3659.