erlsci / iso8601

An ISO 8601 date formating and parsing library for Erlang
MIT License
130 stars 93 forks source link

apply_duration ignores the sign #48

Open sbuberl opened 6 years ago

sbuberl commented 6 years ago

While it does parse the sign, it is completely ignored on apply so -P1D just adds one day rather subtract it.