From 32a88310419a445af3df155590665b281cbd216a Mon Sep 17 00:00:00 2001 From: Morten Haraldsen Date: Mon, 27 Feb 2017 09:02:48 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 205b524..c352c27 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,10 @@ There are an endless amount of APIs with non-standard date/time exchange, and th Some projects use epoch time-stamps for date-time exchange, and from a performance perspective this *may* make sense in *extreme* cases. With this project one can do-the-right-thing and maintain performance in date-time handling. * What is wrong with epoc timestamps?* -* It is not human-readable, debugging is harder -* Limited resolution and/or time-range available. + +* It is not human-readable, so debugging and direct manipulation is harder +* Limited resolution and/or time-range available +* Unclear resolution and/or time-range ## Build status [![Build Status](https://travis-ci.org/ethlo/itu.png?branch=master)](https://travis-ci.org/ethlo/itu) From dc19fa1b79ea7e1a268b5c9b03676d18a8212c9e Mon Sep 17 00:00:00 2001 From: Morten Haraldsen Date: Mon, 27 Feb 2017 09:10:07 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c352c27..9fc31af 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ There are an endless amount of APIs with non-standard date/time exchange, and th Some projects use epoch time-stamps for date-time exchange, and from a performance perspective this *may* make sense in *extreme* cases. With this project one can do-the-right-thing and maintain performance in date-time handling. -* What is wrong with epoc timestamps?* +*What is wrong with epoch timestamps?* * It is not human-readable, so debugging and direct manipulation is harder * Limited resolution and/or time-range available From d11155eb496cfec633034d92a66b5128d993ec18 Mon Sep 17 00:00:00 2001 From: Morten Haraldsen Date: Mon, 27 Feb 2017 09:11:30 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fc31af..7f3f121 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Internet Time Utilty +An extremely fast parser and formatter of standardized date-times. + > Date and time formats cause a lot of confusion and interoperability problems on the Internet. This document addresses many of the problems encountered and makes recommendations to improve consistency and interoperability when representing and using date and time in Internet protocols.