[jboss-jira] [JBoss JIRA] Commented: (JBPM-987) display non GMT+0 time zones
Ronald van Kuijk (JIRA)
jira-events at lists.jboss.org
Tue Oct 16 12:15:04 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPM-987?page=comments#action_12382800 ]
Ronald van Kuijk commented on JBPM-987:
---------------------------------------
@Tom,
No it does not. The seam convertDateTime does this for you when displaying it. On the server side (e.g. when posting) it is still in Zulu time. There are multiple solutions:
1: Take the seam s:convertDateTime component and port that to a j4j one
2: just use f:convertDateTime and create one component that looks up the users timezone
3: just use convertDateTime and configure somewhere what the timezone would be.
Only the last needs documentation. 2 is plain jsf as is 1 (but a little less)
And after that, add this tag to each field that requires a date
> display non GMT+0 time zones
> ----------------------------
>
> Key: JBPM-987
> URL: http://jira.jboss.com/jira/browse/JBPM-987
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Web Interface
> Affects Versions: jBPM jPDL 3.2, jBPM jPDL 3.2.1
> Reporter: Jean-Louis Rastapoc
> Assigned To: David Lloyd
>
> The web-console currently uses the default JSF timezone conversion and displays GMT+0.
> Other time zones should be read from the client or be configurable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list