Updated Boost datetime Examples Translated (markdown)

Howard Hinnant
2017-07-07 21:31:42 -04:00
parent 4a9dd9c49b
commit ff4852e301

@@ -480,7 +480,7 @@ main()
``` ```
<a name="Flight_Time_Example"></a> <a name="Flight_Time_Example"></a>
### Flight Time Example ### Flight Time Example
```c++
#include "tz.h" #include "tz.h"
#include <iostream> #include <iostream>
@@ -517,7 +517,7 @@ main()
// because boost uses the current US daylightsavings rules as opposed to // because boost uses the current US daylightsavings rules as opposed to
// those that were in effect in 2005. This library varies its DST rules // those that were in effect in 2005. This library varies its DST rules
// with the date. // with the date.
```
<a name="Seconds_Since_Epoch"></a> <a name="Seconds_Since_Epoch"></a>
### Seconds Since Epoch ### Seconds Since Epoch