So on the Twitter website, underneath the post there's a timestamp, but it's not very specific - it will just say something like Jul 10, or 11 hours ago or something like that. Is there any way to find the EXACT time a tweet was posted? Like to the second? I want to avoid messing around with programming or dealing with the API if possible, but I've looked all over, and haven't been able to find anything.
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
It is not possible without getting down in HTML or using an extension that does what I am going to do. It was most likely formatted this way to be more friendly to the wider audience. Right click the time link and inspect the source with an approriate browser.
You should see something similar to the following.
Quicker ways include
|
|||||||
|
|
Hover over the "23 seconds ago" link. It will bring up a tooltip with the exact date and time it was posted. However, this is only to the minute, not the second. |
||||



