|
Script Summary:
Changes relative times to absolute (e.g. "Four hours ago" to "today at 11:23"). |
This script has no discussions. |
This script has no reviews. |
Details:
Changes all timestamps on a page to one of the following formats:
- "today at 12:34" (since midnight this morning)
- "yesterday at 12:34" (since midnight yesterday morning)
- "may 6 at 12:34" (in the last six months)
- "may 6 2007 at 12:34" (more than six months ago)
The reason it converts old timestamps as well as new ones is that timestamps are by default displayed in UTC. Conversion automatically changes them to your current timezone.
Changes:
- 2009/07/20
- bug fix: updated to account for recent changes to Stack Overflow
- enhancement: added Server Fault, Super User, and Meta to default includes
- 2009/05/22
- enhancement: added support for comment timestamps
- 2009/03/20
- enhancement: now also formats timestamps added after page load (e.g. "load new answers")
- enhancement: now includes year for timestamps more than six months ago (rather than timestamps before the current year)
- 2009/03/19
- bug fix: did not display leading zero on minutes (e.g. "11:02" displayed as "11:2")
- bug fix: did not correct for century mishandling (e.g. "2008" displayed as "108")





