I can't get accurate time for a specific time zone such as "EST" which is GMT-5 in general,but right now it follows daylight savings which is GMT-4. But in java and android both shows the 1 hour difference (It takes only GMT-5,not GMT-4). But in dot net it shows correctly. My problem is same as How to tackle daylight savings using Timezone in java But I can use only short form of TimeZone such as ("EST","IST"). Please can you give some suggestion to get the accurate time based on a specific short form time zone(like "EST"...)
Thank you.