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