Parse Server Date with JS SDK

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!

i’m using momentjs to convert Datetime moment( object.get(createt_at), “x”).format(‘DD.MM.YYYY’)
I hope it helps