Why new date(19, 02) is giving new Date(year, month) 1919-02-28T18:30:00.000Z instead of 1919-03-01T00:00:00.000Z?
I have node v16.15.1 installed in my PC.
I have ran the same code on online compiler, there getting correct answer
Having some issue with my loacl sysmtem only