Added item to date/time

Added "Storing UTC is not a silver bullet"
This commit is contained in:
Dan Esparza
2019-03-27 14:46:41 -04:00
committed by GitHub
parent 023cfdcc63
commit 1978861dfa

View File

@@ -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