From 824dec428cbdba73286b8db6297fb518381c3a47 Mon Sep 17 00:00:00 2001 From: HowardHinnant Date: Tue, 10 Nov 2015 17:12:56 -0500 Subject: [PATCH] Updated Examples and Recipes (markdown) --- Examples-and-Recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index 91b3cfd..4d036d9 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -249,7 +249,7 @@ These are all reasonable answers to the question, and all easily computable with ### 2Gs Birthday (by [Howard Hinnant](https://github.com/HowardHinnant)) -This example demonstrates both some simple date arithmetic, and how to handle discontinuities in a timezone. Dave was born in the "America/Los_Angeles" timezone at 10:03am on April 24, 1954. When will he be 2,000,000,000 seconds old (in the same timezone? +This example demonstrates both some simple date arithmetic, and how to handle discontinuities in a timezone. Dave was born in the "America/Los_Angeles" timezone at 10:03am on April 24, 1954. When will he be 2,000,000,000 seconds old in the same timezone? #include #include