From 1978861dfa592ebcfe90b9c7859f9cb8ccc098b3 Mon Sep 17 00:00:00 2001 From: Dan Esparza Date: Wed, 27 Mar 2019 14:46:41 -0400 Subject: [PATCH] Added item to date/time Added "Storing UTC is not a silver bullet" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2de1f..c58d738 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ The consequence of wrong calendar accounting. wrong](https://ericasadun.com/2018/12/25/iso-8601-yyyy-yyyy-and-why-your-year-may-be-wrong/) - String formatting of date is hard. - [UTC is Enough for everyone, right?](https://zachholman.com/talk/utc-is-enough-for-everyone-right) - There are edge cases about dates and time (specifically UTC) that you probably haven't thought of. - +- [Storing UTC is not a silver bullet](https://codeblog.jonskeet.uk/2019/03/27/storing-utc-is-not-a-silver-bullet/) - "Just store dates in UTC" is not always the right approach ## Emails