erlsci / iso8601

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

Added subtract_time function, with tests and example usage. #46

Closed grantwinney closed 6 years ago

grantwinney commented 6 years ago

This is a fix for issue #38.

oubiwann commented 6 years ago

This has some conflicts with the latest merge; your change looks good, so I’ll merge when those are fixed.

grantwinney commented 6 years ago

Sorry about that. Guess I was working on an outdated fork. I fetched the latest changes and merged them.

oubiwann commented 6 years ago

No worries! You were fine; the conflicts only happened after I merged an older PR into master.