Icon View Incident Report

Serious Serious
Reported By: Chris Holland
Reported On: 7/25/2013
For: Version 1.02 Build 2
# 3932 EncodeDateTime Function Not Handling Month Parameter Properly for UTC DateTime Values

It appears that the bug is in the EncodeDateTime function:

function encodedatetime($0, $1, $2, $3, $4, $5, $6, $7)
{
if ($7)
return new Date(Date.UTC($0, $1, $2, $3, $4, $5, $6)).getTime();
else
return new Date($0, $1 - 1, $2, $3, $4, $5, $6).getTime();
};

I think if $7 is set then the line should read $1 - 1 as it does in the second part of the function.


Resolution Resolution
Fixed Problem on 7/25/2013 in version 1.03 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image