Hi I used from_unixtime to convert this value 1632837232439 and I got 53712-07-21 01:53:59 is this right? I can't make sense of this, I used
df = df.select(from_unixtime(df_sixty60['createdOn']).alias("date_key"))
Thanks for you help even if you can suggest other ways of representing this. Thanks