Not a bug. It's unusual, yes, but not a bug.
Offline
its not a bug so much as it is awkward
once on my first project it said it was shared 2 years and 12 months ago :P
Offline
I think it just takes a while to load.
EDIT: 1000th post!
Last edited by funelephant (2012-06-09 08:35:00)

Offline
Mokat wrote:
lol, I have a screenshot of that saved somewhere on my computer
![]()
And there's also a "2 person loves it" bug.
I saw that too XD

Offline
Honestly I see no reason why this should be fixed. It will waste the Scratch Team's time and you can still understand what is meant.
Offline
Wes64 wrote:
Honestly I see no reason why this should be fixed. It will waste the Scratch Team's time and you can still understand what is meant.
Except the developers lost time in the first place by making it replace 0 minutes by 'Now', when they could have just left it as it was originally and gotten better grammar.
Offline
Unless I'm mistaken though, all it would take to fix is one extra "if" to check whether it was posted 0 minutes ago, and if it is, print "Now". I'm probably wrong though.
Offline
Yeah, it's like a very common bug like "1 people love it" and similar bugs. RedRocker is right, though, you just need an extra if.
<sample code, probably written in JS but I'm not really sure>
var diff = getTimeDifference(projectID, new Date());
if(diff != "Now") {
timeStr += " ago"
}Last edited by scratchisthebest (2012-06-25 19:00:46)





Offline