Hi Chris,
I changed MonkeyWorksCocoa so that the times in the console window are sane.
Not sure if you’ve already fixed this, but if not, it is in this commit:
http://github.com/histed/Maunsell-MWorks-0.4.3dev/commit/80285b56302ac28ebd73da2b8f835ed48b07618c
I’m not sure about your preferred form for taking changes like this (ie patch, pull req etc), and perhaps you can teach us tomorrow how to use git to do this.
Mark
p.s. This patch gets me significantly closer to a state of inner peacefulness.
Hi Mark,
As we saw yesterday, the times reported by the console window in the latest code aren’t as crazy as the ones you’re seeing. However, they’re still not meaningful. (Internally, the time stamps are treated as if they were times since the epoch, which they aren’t.)
I’ve created a ticket for this in the issue tracker. I don’t think your patch is the right way to resolve the issue, but we definitely should make the times more meaningful (either actual wall-clock time or elapsed time since the server started).
Chris