From e849b3ba33cf16d3c6eea62cd65aa525de52e106 Mon Sep 17 00:00:00 2001 From: HowardHinnant Date: Tue, 10 Nov 2015 17:27:09 -0500 Subject: [PATCH] Updated Examples and Recipes (markdown) --- Examples-and-Recipes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index 4d036d9..706bbfa 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -277,6 +277,8 @@ One first creates the local time, and then converts that to UTC using the `Zone` Note that without handling the timezone correctly, this result would be an hour off (2017-09-08 13:36:20) because the birth date falls in PST, and the celebration date falls in PDT. +Also note that this library correctly handles the changes in timezone rules throughout the decades. Several Apr 24ths have fallen within daylight saving over the decades, all of them since 1987. + *** ![CC BY Logo](http://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg) _This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)._ \ No newline at end of file