From: Delaney, T. <tde...@av...> - 2002-03-05 22:09:25
|
> From: Mike Hostetler [mailto:th...@bi...] > On Tue, Mar 05, 2002 at 02:02:59PM -0700, Campbell, Garrett wrote: > > looks like utc seconds vs local milliseconds > > look at the doc. > > Yeah, you're right -- from the Java docs: > Returns the number of milliseconds since ^^^^^^^^^^^^ > > But Python says the same thing: > Return the time as a floating point number > expressed in seconds ^^^^^^^ They say *different* things - Jython conforms to CPython. Tim Delaney |