![]() |
TrinityCore
|
#include "Timezone.h"#include "Hash.h"#include "MapUtils.h"#include <algorithm>#include <array>#include <unordered_map>#include "StringConvert.h"
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) |