From 47b51473c581aa728d02a4716c65fb0aeab3f806 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 24 Aug 2016 20:33:50 -0400 Subject: [PATCH] Move formatting and parsing Moved formatting and parsing of sys_time and local_time from tz.h to date.h in order to make this functionality available to a wider audience. Existing code does not need to change. But future code can #include "date.h" instead of "tz.h" and need not compile tz.cpp nor link to curl. Formatting zoned_time remains in tz.h. --- date.html | 6 +++++- tz.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/date.html b/date.html index fff1198..bba85b7 100644 --- a/date.html +++ b/date.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2016-06-27
+2016-08-24

date

@@ -1631,6 +1631,10 @@ std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os, const local_time<Duration>& tp); +   +Formatting and  +Parsing  +

diff --git a/tz.html b/tz.html index d5bb8f9..638dc31 100644 --- a/tz.html +++ b/tz.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2016-08-08
+2016-08-24


Time Zone Database Parser