Converting epoch time number to date/time
Mostrar comentarios más antiguos
Hi
I am trying to change my epoch time back to a readable string to use in a plot. I have converted from a string to a number with the epoch of 01-01-1970 00:00:00 (dd-mm-yyyy HH:MM:SS)
I have an output such as 1470144960.
I have tried
datestr(1470144960,'dd.mm.yyyy HH:MM:SS')
ans = '09.03.5120 00:00:00'
This is not correct Any tips would be very helpful
Thanks
1 comentario
aforb
el 28 de Sept. de 2017
Respuestas (0)
Categorías
Más información sobre Dates and Time en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!