Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.91.0.
boost::date_time::utc_adjustment — Provides a base offset adjustment from utc.
template<typename time_duration_type, short hours, unsigned short minutes = > class utc_adjustment { public:   // public static functions   static time_duration_type local_to_utc_base_offset() ;   static time_duration_type utc_to_local_base_offset() ; };
| Copyright © 2001-2005 CrystalClear Software, Inc |