|
What’s
wrong with “new java.util.Date().getTime()” ? Mattias Jiderhamn Expert Systems [EMAIL PROTECTED] -----Original Message----- Take a look at java.util.Calendar. You should be able to use that
class to apply a Locale and Timezone to the value returned by System.currentTimeMillis. Then when you call getTimeInMillis() on
your new Calendar object it should return the correct millisecond value. -----Original
Message----- Hi,
Slightly offtopic, but if anyone knows a better list
to ask, let me know. So the
API says it returns the time in UTC but it doesn't?? Just
wondering ==========================================================================To
unsubscribe: mailto listserv@java.sun.com with body:
"signoff JSP-INTEREST". For
digest: mailto [EMAIL PROTECTED]com with body:
"set JSP-INTEREST DIGEST". http://archives.java.sun.com/jsp-interest.html |
Title: RE: OffTopic: System.currentTimeMillis
- Re: OffTopic: System.currentTimeMillis Mattias Jiderhamn
- Re: OffTopic: System.currentTimeMillis Chris Pratt
