
8 Apr
2005
8 Apr
'05
3:35 p.m.
On Fri, 08 Apr 2005 16:37:56 +0200, Wolfgang Fertsak wrote
I don't know if this has been reported already, but in the ptime- class documentation (boost_1_32_0/doc/html/date_time/posix_time.html) in the section "Construct from Clock" is a list of the three construction functions second_clock::local_time() second_clock::universal_time() microsec_clock::local_time()
The example for second_clock::universal_time() shows a call of second_clock::universal_day() - which will not compile.
I don't think it has been reported, thanks -- will update. It should be universal_time() obviously. Jeff