Example:
new Date(\'2020-01-04\').getTime() // 1578096000000 new Date(\'2020-01-04 \').getTime() // 1578124800000
Oddly enough, new Dat
new Dat