From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Sun, 30 Sep 2012 23:33:27 +0200 Subject: [PATCH] Added code to output the age as seconds instead of "0 min." In-Reply-To: References: <1348878616-10065-1-git-send-email-lsworkemail112@gmail.com> <5067DDC6.7020403@hupie.com> Message-ID: So much confusion. I'll reexplain: Before: You visit a page with cache turned on. It says "modified 1 minute ago".. You visit the page again a little later. It says "modified 1 minute ago". You don't really notice, because a minute is a longish amount of time. After: You visit a page with cache turned on. It says "modified 7 seconds ago". You visit the page again a little later. It says "modified 7 seconds ago". You do notice, because you're more intimately aware of the fact that a minute after seven seconds is more than seven seconds. This is the only concern. A bit silly perhaps.