Hello, i need assistance in converting Unix time stata to a Human readable format.
I am using this format format time_stamp %tcDayname,Mon_DD,ccYY_HH:MM:SS_am but its giving inaccurate results.
I am expecting something similar to this: Monday, June 20, 2016 3:25:13 PM
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input double time_stamp 1466425303 1466425324 1466425339 1466425487 1466425488 1466425513 1466425535 1466425578 1466425588 1466425600 1466425619 1466425622 end
I am expecting something similar to this: Monday, June 20, 2016 3:25:13 PM
Comment