View Single Post
Posts: 10 | Thanked: 0 times | Joined on Jan 2014
#4
After I deployed the app to my Jolla the time zone was correct but on some dates the time is off by -1 Minute.
So I guess this is still not the correct way to do it. Can anyone tell me what is the right way to format a unix timestamp?

Code:
Qt.formatDateTime( new Date(model.date*1000),"dd.mm.YY - hh:mm" )