Hi All,
I have the following problem with Simple Date Formatter.
In my application, I will get the Europe time from Server as "3:00 PM"(for eg.,) in
String format. which I will be parsing using the simple date formatter as below.
The date value is
"03 Nov 2008, 7:30 00 000 PM IST". The diff is 4 1/2 Hrs. This is good till Oct 26th as the Day Light Saving was ON. But from 27th Oct, the diff between IST and BST is 5 1/2 hrs. But the above piece of code still gives me
"03 Nov 2008, 7:30 00 000 PM IST". Instead it should give
"03 Nov 2008, 8:30 00 000 PM IST". Can someone help me in getting this right?
Thanks for the same. Please reply ASAP.