gaborcsardi / parsedate

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

Git parser should fill in zeros #1

Closed gaborcsardi closed 10 years ago

gaborcsardi commented 10 years ago

Instead of the current time. Current time makes sense for git, not really for us.

gaborcsardi commented 10 years ago

Probably the ideal would be to

E.g 8/21 would mean 2014-08-21 00:00:00+00:00, at least in 2014.

gaborcsardi commented 10 years ago

Works on unix, not on windows, there is no timegm...

gaborcsardi commented 10 years ago

OK, ebb7b7715ebfbe4375fa7c46f6148f7ac6960032 works on windows, too. It is also the cleanest way.