In most of the examples I had seen:
time_zone_ptr zone( new posix_time_zone(\"MST-07\") );
But I just want to get the current time zone fo
You could always try getting the universal time and local time from boost and checking the difference, it's probably full of caveats though.