gaborcsardi / parsedate

R package to parse dates given in arbitrary formats
65 stars 7 forks source link

Assigning wrong year to dates in the following format: month-dd-yy HH:MM #38

Closed tedmoorman closed 2 years ago

tedmoorman commented 2 years ago

For whatever reason, parse_date() assigns the year 2022 for dates in the following format: month-dd-yy HH:MM. Here are some examples of raw dates that get incorrectly parsed:

december-30-11 1:14 pm
january-04-10 11:02 am
november-14-08 7:27 am

Otherwise, very impressive parsing function!

gaborcsardi commented 2 years ago

That's a limitation of the git parser we use, unfortunately.