Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::date_time::c_local_adjustor< time_type > Class Template Reference

Adjust to / from utc using the C API. More...

#include <c_local_time_adjustor.hpp>

Public Types

typedef
time_type::time_duration_type 
time_duration_type
 
typedef time_type::date_type date_type
 
typedef date_type::duration_type date_duration_type
 

Static Public Member Functions

static time_type utc_to_local (const time_type &t)
 Convert a utc time to local time. More...
 

Detailed Description

template<class time_type>
class boost::date_time::c_local_adjustor< time_type >

Adjust to / from utc using the C API.

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

Member Typedef Documentation

template<class time_type >
typedef date_type::duration_type boost::date_time::c_local_adjustor< time_type >::date_duration_type
template<class time_type >
typedef time_type::date_type boost::date_time::c_local_adjustor< time_type >::date_type
template<class time_type >
typedef time_type::time_duration_type boost::date_time::c_local_adjustor< time_type >::time_duration_type

Member Function Documentation

template<class time_type >
static time_type boost::date_time::c_local_adjustor< time_type >::utc_to_local ( const time_type &  t)
inlinestatic

The documentation for this class was generated from the following file: