Sensible GC timestamps?
From what I can tell, the gc timestamps only output the number of seconds since the start of the program. IMHO, this is not very useful, especially if you're trying to find the exact time of some event.
For example, this:
Wed Jan 10 09:10:56 CST 2007
seems a lot more useful than :
2533.925
Is there any way to get the JVM to output a more useful time format in the gc logs?

