Hi:
I am working on a program that given a specific time in one city, calculate the corresponding time in another city. Here is what I have so far:
String tz=TimeZone.getTimeZone("America/New_York").getDisplayName();
java.text.SimpleDateFormat sdf=new java.text.SimpleDateFormat("yyyy-MM-dd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.