David Ovčačík
David Ovčačík
Still nothing, huh?
@dword-design In a decent IDE like WebStorm, you can get some basic type hints when defining meta in the decorator [thanks to this](https://github.com/nuxt/nuxt.js/blob/dev/packages/types/app/vue.d.ts#L47), which does not happen when defining it...
Did anybody find a workaround or a solution?
> [@dovca](https://github.com/dovca) I opened a PR about this if you want to check it out Alright, I found a way to make it work as well :D Can't tell whose...
I think it is due to DST. July is in summer time, so you should use `const current = new Date("2019-07-01T01:00:00.000Z")` instead. The difference you are getting now is actually...
@brendomaciel That would align correctly with your github profile saying you're in Brazil. `differenceInMonths` calculates in your local timezone (which I assume would be GMT-3). Therefore the left dates in...
You might want to use [@date-fns/utc](https://github.com/date-fns/utc) for that or refer to https://date-fns.org/v4.1.0/docs/Time-Zones