Time from UNIX epoch



I have the number of micro seconds from the UNIX epoch time 00:00:00 UTC 1
Jan 1970. (1092727073895638 usec)
I want to know the time in CST.

I have been trying to work with the Calendar class and GregorianCalendar.
But I am not quite getting it. Could someone give me an idea of what I need
to do.

Thanks
Ox


.



Relevant Pages

  • Re: Finding time
    ... (1092727073895638 usec) ... I want to know the time in CST. ... I have been trying to work with the Calendar class and GregorianCalendar. ...
    (comp.lang.java.help)
  • Finding time
    ... I want to know the time in CST. ... I have been trying to work with the Calendar class and GregorianCalendar. ... Prev by Date: ...
    (comp.lang.java.help)
  • Re: Check for same day between Two dates
    ... Use the Calendar class (GregorianCalendar) to do so. ... Then do getTime(); returns a Date d2_dayonly. ... "sriram" wrote in message ...
    (comp.lang.java.programmer)