Re: java.util.Calendar timezone problem

1999-04-15 Thread Feng-Cheng Chang
et http://members.home.net/cabbey/ <*> > "What can Microsoft do? They certainly can't program around us." - Linus > > -BEGIN GEEK CODE BLOCK- Version:3.12 http://www.geekcode.com > GCS$/IT/PA$ d(-) s++:+ a-- C+++$ UL UA++$ P++ L++ E- W++ N+ o? K? !P > w

java.util.Calendar timezone problem

1999-04-14 Thread Feng-Cheng Chang
main(String[] argv) { Calendar cal = Calendar.getInstance(); System.out.println(cal.getTime()); } } The output of the program is always CDT time. Could anybody tell me how to solve this problem? thanks. -- Feng-Cheng Chang Institute for Information Industry