From 2682e94ed64193a46ab0ac7943a3c3efe8f6cf0a Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 9 Sep 2016 01:12:06 +0200 Subject: [PATCH] Add more articles regarding dates and time falsehoods. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4d843..6cf628e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,10 @@ falsehoods are also welcome in this page. ## Dates and time -- [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time). +- [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time) - Seminal article on dates and time. +- [More falsehoods programmers believe about time](http://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time) - Part. 2 of the article above. +- [Falsehoods programmers believe about time and time zones](http://www.creativedeletion.com/2015/01/28/falsehoods-programmers-date-time-zones.html) - Another takes on time-related falshoods, with an emphasis on time zones. +- [Falsehoods Programmers Believe 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. ## Emails