Advertisement
lukassz111

Untitled

Nov 11th, 2019
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2.  
  3. boost::gregorian::date day(2002,4,10);
  4. boost::posix_time::ptime pt(day,time_duration(0,0,0));
  5. boost::local_time::time_zone_ptr zone((boost::local_time::time_zone_ptr()));
  6. boost::local_time::local_date_time rentDateTime(pt,zone);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement