sakamossan

Results 4 comments of sakamossan

utern uses `time.ParseDuration` internally. https://github.com/knqyf263/utern/blob/448ee8316867250a1ba8995f69cb2a6c67409806/config/config.go#L42-L43 And `time.ParseDuration` seems to have a policy of not accepting days. - [flag: let Duration accept days · Issue #11473 · golang/go](https://github.com/golang/go/issues/11473) So for now,...

ref https://github.com/date-fns/date-fns/pull/3132

@kossnocorp Hello. It's been a while since I created the pull request, but I caught up changes with v3. How can I getting review for this PR?

@monsonjeremy Thanks for reporting! I've tested this in v3.6.0, and it seems the issue has been resolved. ```console $ node --input-type=module -e ' import { roundToNearestHours } from "date-fns"; console.log(roundToNearestHours(new...