Clear Filters
Clear Filters

Converting epoch time number to date/time

67 views (last 30 days)
aforb
aforb on 28 Sep 2017
Commented: aforb on 28 Sep 2017
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 Comment
aforb
aforb on 28 Sep 2017
Nevermind I figured it out
datetime(1470144960, 'convertfrom','posixtime')

Sign in to comment.

Answers (0)

Categories

Find more on Dates and Time in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!