erlsci / iso8601

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

Add new fun to parse durations #12

Closed sl45sms closed 8 years ago

sl45sms commented 10 years ago

http://en.wikipedia.org/wiki/ISO_8601#Durations may help for Time intervals

sl45sms commented 10 years ago

Sorry for early pull request... Please ignore commits after d64e85a.

wk8 commented 8 years ago

Just a heads up that there's a maintained fork of this repo at : https://github.com/wk8/erlang_iso8601 :)

oubiwann commented 8 years ago

The original project has a new maintainer and a new home:

Old links to the original repo will redirect to the new home -- both in the browser and via the cli.

oubiwann commented 8 years ago

@sl45sms If you'd like to see your changes make it into the repo, could you rebase your branch against master and re-push to your fork?

Thanks!

oubiwann commented 8 years ago

This PR is several years old, and there's been no response, so I'm going to close it. However! Feel free to reopen if you want to come back to it!

If you do want to get this merged, it will have an easier time of getting accepted if the different types of changes go into their own PRs:

Honestly, though, the last two are less likely to get merged (though I could probably be talked into a Makefile which provides users a means of easily generating the docs ...).