Failed on leap year
Closed this issue · 0 comments
adhisimon commented
require('micro-strptime').strptime('29/Feb/2016:09:00:00 +0700', '%d/%B/%Y:%H:%M:%S %Z');
It return
Tue Mar 01 2016 09:00:00 GMT+0700 (WIB)
Should return
Mon Feb 29 2016 09:00:00 GMT+0700 (WIB)