$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jeff_at_[hidden]
Date: 2007-12-07 10:41:03
Author: az_sw_dude
Date: 2007-12-07 10:41:03 EST (Fri, 07 Dec 2007)
New Revision: 41828
URL: http://svn.boost.org/trac/boost/changeset/41828
Log:
couple updates to remove references to 1970-1-1 and replace with 'the epoch time'
Text files modified:
sandbox/committee/LWG/thread_library.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-07 10:41:03 EST (Fri, 07 Dec 2007)
@@ -3626,7 +3626,7 @@
<dl>
<dt>Returns:</dt>
<dd>
-The count of seconds since 1970-01-01 00:00:00.
+The count of seconds since the epoch time.
</dd>
<dt>Throws:</dt>
@@ -3645,7 +3645,7 @@
<dt>Returns:</dt>
<dd>
The count of nanoseconds
-since 1970-01-01 00:00:00.
+since the epoch time.
</dd>
<dt>Throws:</dt>