Dates, Milliseconds, Java and Firebug
In Clearspace we store dates using their millisecond representation rather than as a full fledged date in database tables because we don’t want to have to worry about how each database represents dates, but that means that whenever you’re looking at a Clearspace database table, you see values like this:
1172822399000
instead of something like this:
2007-03-01 23:59:59.000
which [...]