elseym/wo.istes.jetzt

Time parsing not working for paths like /dann/0940

m3co-code opened this issue · 1 comments

Time parsing not working for paths like /dann/0940

nice find, thanks!
looks like fmt.Scanf interprets zero-led numbers as octal. i suggest resolving this by cleaning up the input string, removing common base-indicating prefixes like 0, 0x, etc.