Description
Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822)
Description
Parse and display time according to some RFC's.
Supported:
Special thanks to Koral for all the suggestions and help in solving some bugs.
README.md
timerep
This started out as a simple project to parse and display time according to RFC 3339, but with time gained ability to convert to and from other RFCs as well.
You will find a change log in CHANGES.md
.
Todos
- Get rid of the
formatTime
function, and use a more decent pretty printing lib. - Do some proper parsing (it parses nicely, but this was just a quick hack that my mind produced while being stressed to finish this).
License
This project is licensed under a 3-clause BSD license as specified in the LICENSE
file.