bright-codes-coding-614117

Javascript Date is One Day Off

May 14, 2019 benf101 0

In JavaScript, dates are based on the UTC time, the starting timezone which all others are based on. You may have a date in JavaScript that should be one particular date but for some reason changes itself to the previous day. The way to fix it is to add the […]