I am trying to adjust all playfab timestamps in the db. To do this I need to order the table by person and timestamp. However I'm not able to do that because I can't order by a timestamp with time zone. @rpsychologist do you have time to take a look at the following line of code? I think there might be some simple sql one-liner to order appropriately but I haven't been able to google it :(
I am trying to adjust all playfab timestamps in the db. To do this I need to order the table by person and timestamp. However I'm not able to do that because I can't order by a timestamp with time zone. @rpsychologist do you have time to take a look at the following line of code? I think there might be some simple sql one-liner to order appropriately but I haven't been able to google it :(
https://github.com/digital-wellbeing/pws-data/blob/339a01081c94ed9a14c719e8d3578592db5b023c/clean-data.Rmd#L291