Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::time Namespace Reference

Namespaces

namespace  utils
 

Classes

struct  GmtZone
 
class  Timestamp
 

Variables

static std::map< iv::eGmtArea, GmtZonegmtZonesInfo
 

Variable Documentation

◆ gmtZonesInfo

std::map<iv::eGmtArea, GmtZone> iv::time::gmtZonesInfo
inlinestatic
Initial value:
{{iv::eGmtArea::P12, {"GMT+12", "+12", "GMT-12", 12}},
{iv::eGmtArea::P11, {"GMT+11", "+11", "GMT-11", 11}},
{iv::eGmtArea::P10, {"GMT+10", "+10", "GMT-10", 10}},
{iv::eGmtArea::P09, {"GMT+9", "+9", "GMT-9", 9}},
{iv::eGmtArea::P08, {"GMT+8", "+8", "GMT-8", 8}},
{iv::eGmtArea::P07, {"GMT+7", "+7", "GMT-7", 7}},
{iv::eGmtArea::P06, {"GMT+6", "+6", "GMT-6", 6}},
{iv::eGmtArea::P05, {"GMT+5", "+5", "GMT-5", 5}},
{iv::eGmtArea::P04, {"GMT+4", "+4", "GMT-4", 4}},
{iv::eGmtArea::P03, {"GMT+3", "+3", "GMT-3", 3}},
{iv::eGmtArea::P02, {"GMT+2", "+2", "GMT-2", 2}},
{iv::eGmtArea::P01, {"GMT+1", "+1", "GMT-1", 1}},
{iv::eGmtArea::P0, {"UTC", "0", "GMT", 0}},
{iv::eGmtArea::M01, {"GMT-1", "-1", "GMT+1", -1}},
{iv::eGmtArea::M02, {"GMT-2", "-2", "GMT+2", -2}},
{iv::eGmtArea::M03, {"GMT-3", "-3", "GMT+3", -3}},
{iv::eGmtArea::M04, {"GMT-4", "-4", "GMT+4", -4}},
{iv::eGmtArea::M05, {"GMT-5", "-5", "GMT+5", -5}},
{iv::eGmtArea::M06, {"GMT-6", "-6", "GMT+6", -6}},
{iv::eGmtArea::M07, {"GMT-7", "-7", "GMT+7", -7}},
{iv::eGmtArea::M08, {"GMT-8", "-8", "GMT+8", -8}},
{iv::eGmtArea::M09, {"GMT-9", "-9", "GMT+9", -9}},
{iv::eGmtArea::M10, {"GMT-10", "-10", "GMT+10", -10}},
{iv::eGmtArea::M11, {"GMT-11", "-11", "GMT+11", -11}}}