I\'m having weird problem with java TimeZone..
Calling TimeZone.getDefault() gives my local time zone, which has an ID \"GMT+02:00\". Funny thing is
How about using TimeZone.getAvailableIDs() and group them by the part before the slash and make it a two step selection?