Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::locale::time_zone Namespace Reference

namespace that holds functions for operating with global time zone More...

Functions

BOOST_LOCALE_DECL std::string global ()
 Get global time zone identifier. More...
 
BOOST_LOCALE_DECL std::string global (std::string const &new_tz)
 Set global time zone identifier returning previous one. More...
 

Detailed Description

namespace that holds functions for operating with global time zone

Function Documentation

BOOST_LOCALE_DECL std::string boost::locale::time_zone::global ( )

Get global time zone identifier.

If empty, system time zone is used

Referenced by boost::locale::as::local_time().

BOOST_LOCALE_DECL std::string boost::locale::time_zone::global ( std::string const &  new_tz)

Set global time zone identifier returning previous one.

If empty, system time zone is used