[
https://issues.apache.org/jira/browse/CONNECTORS-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110409#comment-16110409
]
Karl Wright commented on CONNECTORS-1445:
-----------------------------------------
The report timezones were broken by the commit for CONNECTORS-1332. Prior to
that, the system default timezone was used for the report UI. While this isn't
ideal (if you're in a different timezone there's no way to select that), it's
only a minor nuisance.
The reason for the breakage was that one of our committers ran the
"forbiddenapis" check on the code which flagged those places as being
"disallowed"; his fix, though, was incorrect.
I have committed a change to trunk for that issue too: r1803766.
> TimeZone Issues in Manifoldcf 2.6
> ---------------------------------
>
> Key: CONNECTORS-1445
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1445
> Project: ManifoldCF
> Issue Type: Bug
> Components: Framework core
> Affects Versions: ManifoldCF 2.6
> Environment: tomcat-7.0.72.B.RELEASE, Linux , JAVA_VERSION="1.8.0_112"
> Reporter: Robert Kavanagh
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.8
>
> Attachments: CONNECTORS-1445.patch
>
>
> I am having issues with timezones in Manifoldcf.
> 1. The simple history always shows the time as UTC time. The sever time is
> correctly set to "EST" however all simple history is shown in UTC.
> looks like the timezone is hardcoded to UTC in simplereport.jsp:
> https://github.com/apache/manifoldcf/blob/release-2.6-branch/framework/crawler-ui/src/main/webapp/simplereport.jsp
> Is there a workaround for this?
> 2. When I add a timezone to the schedule object of a job through the rest API
> it works correctly for timezone "America/New_York". However if I change the
> time in the UI it doesn't pick up the server time instead it defaults to UTC.
> Result all job schedules always run off UTC time when changed from manifold
> UI.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)