Hi Folks,
I a newbie to java and hence haven't been able figure this out since quite some time.
I am using Windows XP and the machine is set to TimeZone: Eastern Time (US & Canada).
I have a Java application, which takes the current system time and timezone info and writes a string like: 20101012 15:56:00 EST, to a file.
The last piece of Date above, i.e.: the timezone, changes from EST to EDT as i change my system date.
Being precise: From November(eg: Nov2009) to March (Mar 2010), it is EST, otherwise EDT.
EST is what I want ALWAYS and not EDT.
Is there any particular class / function, by which I can always read it as EST?
Awaiting for response.
Thanks, Vishruth