Time in contrib reports

I’ve been playing around with the reports available for download and though
the time every where else is recorded correctly in WebRT, the time on these
reports is off by 6 hours, we’re -6 GMT here, iirc. Anyone know off hand how
to adjust this?

Thanks.

Dave Hull
Senior Information Technology Analyst
The University of Kansas
voice: (785) 864-0403 || fax: (785) 864-0485

I’ve been playing around with the reports available for download and though
the time every where else is recorded correctly in WebRT, the time on these
reports is off by 6 hours, we’re -6 GMT here, iirc. Anyone know off hand how
to adjust this?

I figured out the fix for this and am sending along some diffs for anyone
interested. Sorry if this is not the right way to submit patches, I don’t
claim to know what I’m doing. :wink:

[flismflap@kohi html]# diff statusreport.html patch/statusreport.html
63c63
< <& /Elements/SelectDate, Name => ‘Ending’, Default => $EndDate->ISO &>

<& /Elements/SelectDate, Name => ‘Ending’, Default => $EndDate->AsString &>

[flismflap@kohi html]# diff weekly.html patch/weekly.html
8,9c8,9
< <<Previous week
< Next week>>

<<Previous week
Next week>>
59,60c59,60
< Start report on

< End report on

Start report on

End report on

[flismflap@kohi html]#

Dave Hull
Senior Information Technology Analyst
The University of Kansas
voice: (785) 864-0403 || fax: (785) 864-0485