[
https://issues.apache.org/jira/browse/LANG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter closed LANG-984.
--------------------------------
> DurationFormatUtils does not handle large durations correctly
> -------------------------------------------------------------
>
> Key: LANG-984
> URL: https://issues.apache.org/jira/browse/LANG-984
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.time.*
> Reporter: Sebb
> Fix For: 3.3.1
>
>
> DurationFormatUtils assumes that the the number of days, hours, minutes,
> seconds and milliseconds can be expressed as an int when converted from a
> long duration in milliseconds.
> However even the number of days can exceed an int if the duration is large
> enough.
> It's unlikely that such large durations will often be used, but this
> restriction is not documented. It should be easy enough to use long fields
> instead of int.
--
This message was sent by Atlassian JIRA
(v6.2#6252)