![]() |
TrinityCore
|
#include "Timezone.h"#include "Hash.h"#include "Locales.h"#include "MapUtils.h"#include "StringConvert.h"#include "Util.h"#include <boost/locale/date_time_facet.hpp>#include <chrono>#include <memory>#include <unordered_map>
Include dependency graph for Timezone.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Trinity |
| namespace | Trinity::Timezone |
Functions | |
| Minutes | Trinity::Timezone::GetOffsetByHash (uint32 hash) |
| Minutes | Trinity::Timezone::GetSystemZoneOffsetAt (SystemTimePoint date) |
| Minutes | Trinity::Timezone::GetSystemZoneOffset (bool applyDst) |
| std::string | Trinity::Timezone::GetSystemZoneName () |
| std::string_view | Trinity::Timezone::FindClosestClientSupportedTimezone (std::string_view currentTimezone, Minutes currentTimezoneOffset) |