If I save the source html from a Direct Message page in Twitter, I find something like this, which seems to include a detailed timestamp:
<span class="_timestamp" data-aria-label-part="last" data-time="1469168058" data-long-form="true" data-include-sec="true">Jul 22</span>
If i read this data (in Java for example, including only java.io.*) is there a way that I can convert the number in data-time="1469168058"
to date and time with hours and minutes, and maybe seconds?