I have a little problem with date/time handling.I have a date with timezone GMT which is (as I know) practically the same as UTC.
For this date object getTimezoneOffset returns 0, but getUTCHours returns 1 hour less than getHours.
Could someone advise?
Thank you!
Tibor