[ 
https://issues.apache.org/jira/browse/LANG-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13805747#comment-13805747
 ] 

Attila Király commented on LANG-763:
------------------------------------

Created a git pull request to readd the UTC TZ constant: 
https://github.com/apache/commons-lang/pull/11

> Reintroduce DateUtils.UTC_TIME_ZONE constant
> --------------------------------------------
>
>                 Key: LANG-763
>                 URL: https://issues.apache.org/jira/browse/LANG-763
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>    Affects Versions: 3.0.1
>            Reporter: Attila Király
>            Priority: Minor
>             Fix For: Patch Needed
>
>
> In LANG-691 DateUtils.UTC_TIME_ZONE was removed because TimeZone-s are 
> mutable. However it was a handy constant. So it would be nice if it could be 
> reintroduced in an immutable way. For example:
> - by creating a new static method DateUtils.utcTimeZone() {return 
> TimeZone.getTimeZone("GMT");}
> - or by creating an immutable timezone type (subclassing maybe SimpleTimeZone)



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to