Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template c_local_adjustor

boost::date_time::c_local_adjustor — Adjust to / from utc using the C API.

Synopsis

// In header: <boost/date_time/c_local_time_adjustor.hpp>

template<typename time_type> 
class c_local_adjustor {
public:
  // types
  typedef  ;
  typedef           ;         
  typedef       ;

  // public static functions
   (const );
};

Description

Warning!!! This class assumes that timezone settings of the machine are correct. This can be a very dangerous assumption.

c_local_adjustor public static functions

  1.  (const  t);
    Convert a utc time to local time.

PrevUpHomeNext