[jbpm-issues] [JBoss JIRA] Commented: (JBPM-1446) display non GMT+0 time zones

Ronald van Kuijk (JIRA) jira-events at lists.jboss.org
Thu Aug 7 11:17:50 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBPM-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12424097#action_12424097 ] 

Ronald van Kuijk commented on JBPM-1446:
----------------------------------------

using the FacesContext.getViewRoot().getLocale() is what seam does when using the s:convertDate instead of f:convertDate and no timezone is provided. 

And it is how IBM does it: 
http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/index.jsp?topic=/com.ibm.etools.jsf.doc/topics/rjsfconvertDateTimehx.html

and Oracle:
http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/convertDateTime.html

and many others to circumvent this glitch in the JSF spec.

It might be that the timezone that is passed on via the http request is just used in the locale and not one specific timezone IN the local. If it works for others, it should work for us as well.




> display non GMT+0 time zones
> ----------------------------
>
>                 Key: JBPM-1446
>                 URL: https://jira.jboss.org/jira/browse/JBPM-1446
>             Project: JBoss jBPM
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Core Engine
>            Reporter: Jiri Pechanec
>            Assignee: Alejandro Guizar
>             Fix For:  SOA 4.2 CP03, SOA 4.3
>
>         Attachments: Screenshot.jpg, SolutionShot.png
>
>
> I spotted it today so I am creating the link to project JIRA. It is really inconvenient for user to have UTC time displayed in browser. See JBPM-987

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbpm-issues mailing list