Converting epoch time number to date/time

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

aforb
aforb 2017년 9월 28일
Nevermind I figured it out
datetime(1470144960, 'convertfrom','posixtime')

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Time Series Objects에 대해 자세히 알아보기

질문:

2017년 9월 28일

댓글:

2017년 9월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by