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