Hi all,
I went through the Timezone package but could not find the exact API that returns the timezone in GMT, rather it returns as "Europe/Berlin".
As far as I had read through the API
doc, I found that the Timezone APIs like getTimezone(), getDefault() methods return only the ID in this format "Europe/Berlin" and not in GMT format.
I cannot use either the getTimeZone("....") or the custom ID creation method, as I want API to return the default timezone id in GMT format and not create any timezone parameters.
Please let me know if any such API exists or is there any other way of obtaining the above.
Thanks in advance!!!