Fix ambiguous mm/dd that start with weekday

Options were not being properly passed to recursive parseTime call.
This commit is contained in:
Klondike Dragon
2023-12-18 23:40:08 -07:00
parent 4f7e8545ec
commit 4d76f597be
2 changed files with 4 additions and 1 deletions

View File

@@ -1259,7 +1259,7 @@ iterRunes:
// using skip throws off indices used by other code; saner to restart
newDateStr := p.datestr[i+1:]
putBackParser(p)
return parseTime(newDateStr, loc)
return parseTime(newDateStr, loc, opts...)
}
// X