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

Ronald van Kuijk (JIRA) jira-events at lists.jboss.org
Wed Aug 6 18:45:56 EDT 2008


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

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

I think instead of 

    java.util.TimeZone.getDefault()

the following should be used: 

    FacesContext.getViewRoot().getLocale()

The first is the server time timezone, the second the clients. The latter is better (especially if servers are deployed at the other side of the world

> 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
>
>
> 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