Forum Discussion
wendi78
May 28, 2020Copper Contributor
XML Date/Time format into Excel not converting properly
Hello. I installed a XML file into Excel so I could read it easier, I'm a novice. However, when I did the date/time field did not carry over to a readable format. Please see screen shot. Would an...
SergeiBaklan
May 28, 2020Diamond Contributor
It looks like you have 13-digits UNIX timestamps, i.e. with milliseconds. You may convert it on Windows datetime in Excel as below, using that formula and applying custom format to the result
=(((A1/1000/60)/60)/24)+DATE(1970,1,1)
- wendi78May 28, 2020Copper ContributorThis worked perfectly! Thank you so much for your help as I greatly appreciate it!
- SergeiBaklanMay 28, 2020Diamond Contributor
wendi78 , you are welcome, glad to help