$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::ptime on the wire....
From: david.weber_at_[hidden]
Date: 2011-03-01 10:16:42
I've got a case, where I need to transmit a timestamp across the wire,
in a cross-platform manner. My first choice was boost::ptime, but I
cannot seem to find a way to serialize a timestamp in a nice compact
manner (i.e.: Two UINT64's, or four, or whatever). This is actually
pretty important, as I need to define the ICD between the sender and
recipient. Am I just overlooking something slick?
Thanks
--dw