Updated Examples and Recipes (markdown)

HowardHinnant
2015-11-10 17:12:56 -05:00
parent ba12ea536a
commit 824dec428c

@@ -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 <chrono>
#include <iostream>