I'm doing an exercise where I have data with several entries of this type:
"started_at": 1475499600.287,
Which is defined as:
started_at: when the interval started, UTC Time
Ok, how can I convert it to a meaningful time (using Excel, for example) in some format (e.g. dd/mm/yyyy hh:mm:ss
)?