Hey guys,
i am wondering how to use the parse server date properly to avoid timezone issues.
Is there a best practise for that? Something like only using new Date().utc() in the frontend code?
Because I get wrong responses with a day shift when using normal date.
Thanks!