![]() |
TrinityCore
|
Functions | |
Minutes | GetOffsetByHash (uint32 hash) |
Minutes | GetSystemZoneOffsetAt (SystemTimePoint date) |
Minutes | GetSystemZoneOffset (bool applyDst) |
std::string | GetSystemZoneName () |
std::string_view | FindClosestClientSupportedTimezone (std::string_view currentTimezone, Minutes currentTimezoneOffset) |
TC_COMMON_API std::string_view Trinity::Timezone::FindClosestClientSupportedTimezone | ( | std::string_view | currentTimezone, |
Minutes | currentTimezoneOffset | ||
) |
TC_COMMON_API Minutes Trinity::Timezone::GetOffsetByHash | ( | uint32 | hash | ) |
Definition at line 124 of file Timezone.cpp.
TC_COMMON_API std::string Trinity::Timezone::GetSystemZoneName | ( | ) |
Definition at line 153 of file Timezone.cpp.
TC_COMMON_API Minutes Trinity::Timezone::GetSystemZoneOffset | ( | bool | applyDst | ) |
Definition at line 144 of file Timezone.cpp.
TC_COMMON_API Minutes Trinity::Timezone::GetSystemZoneOffsetAt | ( | SystemTimePoint | date | ) |
Definition at line 132 of file Timezone.cpp.