From 23dbcd7866cf2f87390fb5e6e56230766bcaaae8 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 12 Sep 2016 13:18:08 +0200 Subject: [PATCH] Add some more solutions to Dates and Time falsehoods. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80c9543..0278ede 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,15 @@ Part. 2 of the article above. - [Falsehoods About Time and Time Zones](http://www.creativedeletion.com/2015/01/28/falsehoods-programmers-date-time-zones.html) - Another takes on time-related falsehoods, with an emphasis on time zones. -- [Falsehoods About -Time](https://gist.github.com/thanatos/eee17100476a336a711e) - A critique of -the first article with a very detailed explanation of each falsehood, adding -more context and external resource to the subject. +- [Critique of Falsehoods About +Time](https://gist.github.com/thanatos/eee17100476a336a711e) - Takes on the +first article above and provides an explanation of each falsehood, +with more context and external resources . +- [Time Zone Database](https://www.iana.org/time-zones) - Code and data that +represent the history of local time for many representative locations around +the globe. +- [The Long, Painful History of Time](http://naggum.no/lugm-time.html) - Most +of the idiosyncracies in time keeping can find an explanation in history. ## E-Commerce