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
UTC is not GMT. When people (included Java educated engineering) start understanding this. GMT HAS daylight savings (yes!) UTC never changes (!). I would think that everybody should be aware of this just like the rule of leap year or leap minute.