From 0d04e1999cde38b618fa65bc488536d95bfe03fd Mon Sep 17 00:00:00 2001 From: HowardHinnant Date: Sat, 31 Oct 2015 12:12:15 -0400 Subject: [PATCH] Updated Examples and Recipes (markdown) --- Examples-and-Recipes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index 2659cef..737050c 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -6,6 +6,7 @@ This page contains examples and recipes contributed by community members. Feel f - [Normalizing `y/m/d` when it is `!ok()`](#normalize) - [Converting from {year, microseconds} to CCSDS](#ccsds) - [Difference in months between two dates](#deltamonths) +- [Parsing ISO strings](http://stackoverflow.com/a/33438989/576911) ***