On Mon, 28 Feb 2005 18:09:21 -0800, Cory Nelson wrote
Is there a function in date_time to do UTC to local time conversions?
In 1.32 there are some primative tools to help your if you know things like
the timezone offset you want to convert from at compile time. See
http://www.boost.org/doc/html/date_time/posix_time.html#date_time.posix_time...
for more information.
In CVS, and should be ready for 1.33, there is a major new feature for local
times and dynamic timezones. In a nutshell you can convert to local time
using posix tz specifications or using a timezone database. So let's say you
have the local time in sydney austrialia and you want to convert to UTC:
//construct the tz for sydney au
boost::shared_ptr