Ping Chen

Results 12 issues of Ping Chen

Is this behavior expected? ```javascript var d3TimeFormat = require("d3-time-format") d3TimeFormat.timeParse('%m/%d/%Y')('26/1/2017') // Fri Feb 01 2019 00:00:00 GMT+0900 (JST) d3TimeFormat.timeParse('%d/%m/%Y')('26/1/2017') // Thu Jan 26 2017 00:00:00 GMT+0900 (JST) ``` I read...