I have called the following 2 lines of code in our application:
Although dates are displayed in ZULU time, they are still DST adjusted. Is there another means for disabling DST?
SmartClient Version: v8.2p_2012-10-03/PowerEdition Deployment (built 2012-10-03)
Code:
DateUtil.setDefaultDisplayTimezone("+00:00"); DateUtil.setAdjustForDST(false);
SmartClient Version: v8.2p_2012-10-03/PowerEdition Deployment (built 2012-10-03)
Comment