Posts by YoureeGhostly • 19 points
1 post
-
1
votes4
answers7984
viewsA: How to solve 3-hour accretion problem in Date attribute in Angular?
Take the Z at the end, or put -00:00 (in case you don’t want any Timezone): ex.: new Date("2021-05-21T00:00:00.000") or new Date("2021/05/21 00:00 -00:00") If you are using only new Date(): const hj…