bug in June 2, 2018 format, short full month. closes #60

This commit is contained in:
Aaron Raddon
2018-06-05 18:01:57 -07:00
parent 5025a49c02
commit 4c29e1d266
2 changed files with 7 additions and 8 deletions

View File

@@ -660,9 +660,10 @@ iterRunes:
// Thu, 13 Jul 2017 08:58:40 +0100
// Tue, 11 Jul 2017 16:28:13 +0200 (CEST)
// Mon, 02-Jan-06 15:04:05 MST
switch {
case r == ' ':
if i > 4 {
if i > 3 {
prefix := strings.ToLower(datestr[0:i])
for _, month := range months {
if prefix == month {