Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
23 hours ago? (bug)
ithcy
New
i've been meaning to report this one for a while.
whenever anyone adds a new post, this happens:
upon refresh the proper time is displayed.
(this is with the latest vanilla, but it's been happening for several revisions.)
whenever anyone adds a new post, this happens:
upon refresh the proper time is displayed.
(this is with the latest vanilla, but it's been happening for several revisions.)
0
Comments
Does it go to 24 hours (err... one day) ago if you check back in a hour?
Hmm. It must have something to do with the zero when you subtract comment posting time (now) from current time (now) on a server that is very fast at posting.
But I could have sworn I figured that one out a while back.
You're a good programmer - can you do some testing to see if you can figure out what's going on?
"Almost one day ago" ?
It's a NEW post, it should say 5 seconds ago!
Anyone got some insight on this one.
I have done
if($Days < 0)
$Days = 0;
and It has sort of fixed on the local but on the uploaded versoin, its still not running.
Does it have something to do with that.
It is $Time = $Time + 60*60;
And its doing great since.
let me know your thoughts.