Original User: zhujingx
Robert,
I changed code in IdentifyWidget.mxml, under private function msToDate(ms:Number, dateFormat:String, useUTC:Boolean):String
Code used to be:
if (useUTC)
date.minutes += date.timezoneOffset;
I changed to
date.minutes += -300;
there is something not right for date.timezoneOffset, I use fixed number there instead of variable. In the cofig file, i still keep use the code like this:
<field name="C_REPORTEDTIME" dateformat="MM/DD/YYYY LL:NN A" useutc="true"/>
Thanks
Zhujing