Version v12.0p_2019-10-19/PowerEdition Deployment (2019-10-19)
Super Dev and compiled mode
Browsers: Chrome, Firefox
OS: Windows 10, Mac OS
We have noticed a problem with SmartGWT Calendar widget inconsistently following the timezone set in DateUtil. Our application should display all times in UTC without daylight savings:
DateUtil.setDefaultDisplayTimezone("+00:00");
DateUtil.setAdjustForDST(false);
We also set following date and time formats for the calendar:
calendar.setTimeFormatter(TimeDisplayFormat.TOSHORT24HOURTIME);
calendar.setDateFormatter(DateDisplayFormat.TOEUROPEANSHORTDATE);
Setting the DateUtil timezone to UTC causes the day and week views to show days from 23:00 to 22:59. These are days in local timezone (UTC + 1) displayed in UTC. Instead the calendar should be showing the days in UTC from 00:00 to 23:59.
Another problem is that the times in the event headers are displayed in local time, while in the hover tooltip they are in UTC. These should both be in UTC.
There are two other threads about the issue with day and week views:
https://forums.smartclient.com/forum...-local-machine
https://forums.smartclient.com/forum...mezone-problem
It appears that there are long standing issues with the use of Calendar views and time zones. Is there a plan to resolve these issues? We are dependent on this to provide feature requested by our users.
Super Dev and compiled mode
Browsers: Chrome, Firefox
OS: Windows 10, Mac OS
We have noticed a problem with SmartGWT Calendar widget inconsistently following the timezone set in DateUtil. Our application should display all times in UTC without daylight savings:
DateUtil.setDefaultDisplayTimezone("+00:00");
DateUtil.setAdjustForDST(false);
We also set following date and time formats for the calendar:
calendar.setTimeFormatter(TimeDisplayFormat.TOSHORT24HOURTIME);
calendar.setDateFormatter(DateDisplayFormat.TOEUROPEANSHORTDATE);
Setting the DateUtil timezone to UTC causes the day and week views to show days from 23:00 to 22:59. These are days in local timezone (UTC + 1) displayed in UTC. Instead the calendar should be showing the days in UTC from 00:00 to 23:59.
Another problem is that the times in the event headers are displayed in local time, while in the hover tooltip they are in UTC. These should both be in UTC.
There are two other threads about the issue with day and week views:
https://forums.smartclient.com/forum...-local-machine
https://forums.smartclient.com/forum...mezone-problem
It appears that there are long standing issues with the use of Calendar views and time zones. Is there a plan to resolve these issues? We are dependent on this to provide feature requested by our users.
Comment