Icon View Incident Report

Serious Serious
Reported By: Paul Waegemans
Reported On: 6/3/2013
For: Version 1.02 Build 1
# 3854 Web Server Not Taking Into Account Daylight Savings Time During Date/Time Conversions

On the other hand the problem remains when doing:

with logboek1 do
begin
open;
logboek1.Insert;
,,, adding values,,,
Columns['Aktiedatum'].asdatetime:=date;
Save;
end;

When I look at "Aktiedatum" in my backoffice App the date shown today is 02/06/2013 instead off 03/06/2013.


Comments Comments
The problem was caused by the web server not taking into account daylight savings time offsets for summer.

Note: 1.02 Build 2 no longer localizes date/time columns in datasets, by default, on either the client side or the web server side. Please see the product release notes for more information.


Resolution Resolution
Fixed Problem on 6/4/2013 in version 1.02 build 2


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image