Closed
Description
- Version: v12.10.0
- Platform: Linux duanyao-gt-pc1 4.15.0-29deepin-generic Updates README with IRC channel for #io.js #31 SMP Fri Jul 27 07:12:08 UTC 2018 x86_64 GNU/Linux
- Subsystem: Intl.DateTimeFormat
Test code:
new Intl.DateTimeFormat('zh-CN', { timeZone: 'Asia/Shanghai', month: "2-digit",
day: "2-digit" }).format(new Date('2019-09-16 GMT+8'))
nodejs v12.10.0 outputs a strange string '09 ├Day: 16┤'
.
On nodejs v10.14.2, the result is '09-16'
, which is correct.