Icon View Incident Report

Minor Minor
Reported By: Paul Waegemans
Reported On: 5/25/2013
For: Version 1.01 Build 5
# 3801 Certain Dates Are Being Altered When Saved to a DataSet Using a Transaction

A user is filling in his birthdate through my WebApp as 15/07/1978.

In my DBISAM table the date is stored as 14/07/1978.

My formatsettings in the ONCREATE are

FormatSettings.DateSeparator:='/';
FormatSettings.ShortDateFormat:='dd/MM/yyyy';


Comments Comments
The issue was with how the time portion of the DateTime values for dates was being initialized in the EWB runtime layer. When the DateTime values would arrive at the back-end EWB web server, the web server would adjust the DateTime values from UTC to local time and this, combined with the time initialization issue, would cause the date to be moved back a day.


Resolution Resolution
Fixed Problem on 5/26/2013 in version 1.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image