[
https://issues.apache.org/jira/browse/LANG-165?focusedWorklogId=593763&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-593763
]
ASF GitHub Bot logged work on LANG-165:
---------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/21 09:28
Start Date: 09/May/21 09:28
Worklog Time Spent: 10m
Work Description: Mikhail-Polivakha opened a new pull request #751:
URL: https://github.com/apache/commons-lang/pull/751
Solving Jira LANG-1658 issue. Unit test with multiple assertions is included.
Jira issue reference: https://issues.apache.org/jira/browse/LANG-1658
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 593763)
Remaining Estimate: 0h
Time Spent: 10m
> [lang] parseDate with TimeZone
> ------------------------------
>
> Key: LANG-165
> URL: https://issues.apache.org/jira/browse/LANG-165
> Project: Commons Lang
> Issue Type: Improvement
> Affects Versions: 2.1
> Environment: Operating System: All
> Platform: All
> Reporter: Bill Boland
> Priority: Minor
> Fix For: 2.2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> I needed the ability to user a function like the
> org.apache.commons.lang.time.DateUtils.parseDate function but I needed to
> consider a different time zone when parsing the dates (assuming the format
> did
> not have the time zone as part of the input). This is needed for different
> clients to enter local date/time values on their browser and consider their
> defined time zone to convert this to the server/system time zone. I just
> thought an additional parameter to this function would make it more generic
> for this purpose while still keeping the current method signate which would
> use the tiem zone sensitive one with a null or default timezone value.
> Anyway, just thought I'd suggest it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)