Mauro Cano
Mauro Cano
Update: I found out my PC is on UTC -03 and the database is on UTC. It's probably some timezone issue. I will be investigating further this issue. I really...
Ok, so I finally have time to look into this. I'm finding out that the `Date` object has the correct date: ``` console.log({ date, string: dateToString(date) }) // { date:...
This problem is related to the Date API reading dates in UTC instead of local date-time. Consider these (my local timezone is UTC -3): ```js new Date('2021-01-01 00:00:00') > Date...
I have the same issue but a different use-case for CSS variables. I'll add here an example of what I would want to do hoping it helps: ```css .hover-background-color:hover {...