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.