joel-jeremy / externalized-properties

A lightweight and extensible library to resolve application properties from various external sources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duration Converter

joel-jeremy opened this issue · comments

Add support for Duration conversion.

Conversion must support ISO-8601 duration format e.g. P1D, PT30M. If property is not in ISO-8601 duration format, it shall be treated as duration in milliseconds.