> Hi
> what is the easiest way to convert EST to GMT using Java?
> Since GMT is immunte to daylight saving differences, we cannot depend
> on a constant difference.
Have you looked at
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Calendar.html ?
- Oliver
>what is the easiest way to convert EST to GMT using Java?
>Since GMT is immunte to daylight saving differences, we cannot depend
>on a constant difference.
Java stores its dates internally in UTC (GMT). Whenever you display a
date it chooses a timezone (usually the local default) and figures out
it DST was in effect at that time.
In other words, Java handles this for you.
See http://mindprod.com/jgloss/calendar.hthml

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.