From 4134a6731ac4549e340308372055b0826e639a2b Mon Sep 17 00:00:00 2001 From: HowardHinnant Date: Sat, 1 Aug 2015 20:48:31 -0400 Subject: [PATCH] Updated Examples and Recipes (markdown) --- Examples-and-Recipes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index acdbc52..0d2d4ab 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -126,7 +126,9 @@ http://howardhinnant.github.io/date_algorithms.html#days_from_civil And the conversion from `day_point` back to `year_month_day` calls this algorithm: http://howardhinnant.github.io/date_algorithms.html#civil_from_days - + +The specifications for these functions do not yet guarantee this "normalization behavior." But the implementations has been thoroughly tested for this behavior and the specification will be updated soon. + *** ![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