forked from HowardHinnant/date
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.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="mailto:howard.hinnant@gmail.com">Howard E. Hinnant</a><br/>
|
||||
2016-06-27<br/>
|
||||
2016-08-24<br/>
|
||||
</address>
|
||||
<hr/>
|
||||
<h1 align=center><code>date</code></h1>
|
||||
@@ -1631,6 +1631,10 @@ std::basic_ostream<CharT, Traits>&
|
||||
operator<<(std::basic_ostream<CharT, Traits>& os, const local_time<Duration>& tp);
|
||||
</pre></a></td></tr>
|
||||
|
||||
<tr><td> </td><td> </td></tr>
|
||||
<tr><td><a href="tz.html#format">Formatting</a> and</td><td> </td></tr>
|
||||
<tr><td><a href="tz.html#parse">Parsing</a></td><td> </td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user