7#ifndef BOOST_LOCALE_TIME_ZONE_HPP_INCLUDED
8#define BOOST_LOCALE_TIME_ZONE_HPP_INCLUDED
10#include <boost/locale/config.hpp>
15# pragma warning(disable : 4275 4251 4231 4660)
18namespace boost {
namespace locale {
27 BOOST_LOCALE_DECL std::string
global();
29 BOOST_LOCALE_DECL std::string
global(
const std::string& new_tz);
std::string global()
Get global time zone identifier. If empty, system time zone is used.