var searchIndex = {}; searchIndex["tz"] = {"doc":"This is a library for parsing zoneinfo files.","items":[[3,"Transition","tz","A time change specification.",null,null],[12,"timestamp","","Unix timestamp when the clocks change.",0,null],[12,"local_time_type","","The new description of the local time.",0,null],[3,"LeapSecond","","A leap second specification.",null,null],[12,"timestamp","","Unix timestamp at which a leap second occurs.",1,null],[12,"leap_second_count","","Number of leap seconds to be added.",1,null],[3,"LocalTimeType","","A description of the local time in a particular timezone, during the\nperiod in which the clocks do not change.",null,null],[12,"name","","The time zone abbreviation - such as "GMT" or "UTC".",2,null],[12,"offset","","Number of seconds to be added to Universal Time.",2,null],[12,"is_dst","","Whether to set DST.",2,null],[12,"transition_type","","The current 'type' of time.",2,null],[4,"TransitionType","","The 'type' of time that the change was announced in.",null,null],[13,"Standard","","Standard Time ("non-summer" time)",3,null],[13,"Wall","","Wall clock time",3,null],[13,"UTC","","",3,null],[5,"parse","","",null,{"inputs":[{"name":"vec"}],"output":{"name":"option"}}],[5,"cook","","Convert the internal time zone data into a list of transitions.",null,{"inputs":[{"name":"tzdata"}],"output":{"name":"option"}}],[0,"internals","","Bare structures of time zone files",null,null],[3,"Header","tz::internals","",null,null],[12,"version","","The version of this file's format - either '\\0', or '2', or '3'.",4,null],[12,"num_gmt_flags","","The number of GMT flags in this file.\n(Equivalent to `tzh_ttisgmtcnt` in C)",4,null],[12,"num_standard_flags","","The number of Standard Time flags in this file.\n(Equivalent to `tzh_ttisstdcnt` in C)",4,null],[12,"num_leap_seconds","","The number of leap second entries in this file.\n(Equivalent to `tzh_leapcnt` in C)",4,null],[12,"num_transitions","","The number of transition entries in this file.\n(Equivalent to `tzh_timecnt` in C)",4,null],[12,"num_local_time_types","","The number of local time types in this file.\n(Equivalent to `tzh_typecnt` in C)",4,null],[12,"num_abbr_chars","","The number of characters of time zone abbreviation strings in this file.\n(Equivalent to `tzh_charcnt` in C)",4,null],[3,"TransitionData","","",null,null],[12,"timestamp","","The time at which the rules for computing local time change.",5,null],[12,"local_time_type_index","","Index into the local time types array for this transition.",5,null],[3,"LocalTimeTypeData","","",null,null],[12,"offset","","Number of seconds to be added to Universal Time.\n(Equivalent to `tt_gmtoff` in C)",6,null],[12,"is_dst","","Whether to set DST.\n(Equivalent to `tt_isdst` in C)",6,null],[12,"name_offset","","Position in the array of time zone abbreviation characters, elsewhere\nin the file.\n(Equivalent to `tt_abbrind` in C)",6,null],[3,"LeapSecondData","","",null,null],[12,"timestamp","","The time, as a number of seconds, at which a leap second occurs.",7,null],[12,"leap_second_count","","Number of leap seconds to be added.",7,null],[3,"Limits","","Maximum numbers of structures that can be loaded from a time zone data\nfile. If more than these would be loaded, an error will be returned\ninstead.",null,null],[12,"max_transitions","","Maximum number of transition structures",8,null],[12,"max_local_time_types","","Maximum number of local time type structures",8,null],[12,"max_abbreviation_chars","","Maximum number of characters (bytes, technically) in timezone\nabbreviations",8,null],[12,"max_leap_seconds","","Maximum number of leap second specifications",8,null],[3,"TZData","","",null,null],[12,"header","","",9,null],[12,"transitions","","",9,null],[12,"time_info","","",9,null],[12,"leap_seconds","","",9,null],[12,"strings","","",9,null],[12,"standard_flags","","",9,null],[12,"gmt_flags","","",9,null],[4,"Error","","",null,null],[13,"InvalidMagicNumber","","",10,null],[12,"bytes_read","tz::internals::Error","",10,null],[13,"LimitReached","tz::internals","",10,null],[12,"structures","tz::internals::Error","",10,null],[12,"intended_count","","",10,null],[12,"limit","","",10,null],[4,"Structures","tz::internals","",null,null],[13,"Transitions","","",11,null],[13,"LocalTimeTypes","","",11,null],[13,"LeapSeconds","","",11,null],[13,"GMTFlags","","",11,null],[13,"StandardFlags","","",11,null],[13,"TimezoneAbbrChars","","",11,null],[5,"parse","","",null,{"inputs":[{"name":"vec"},{"name":"limits"}],"output":{"name":"result"}}],[6,"Result","","",null,null],[11,"clone","","",4,null],[11,"eq","","",4,null],[11,"ne","","",4,null],[11,"fmt","","",4,null],[11,"clone","","",5,null],[11,"eq","","",5,null],[11,"ne","","",5,null],[11,"fmt","","",5,null],[11,"clone","","",6,null],[11,"eq","","",6,null],[11,"ne","","",6,null],[11,"fmt","","",6,null],[11,"clone","","",7,null],[11,"eq","","",7,null],[11,"ne","","",7,null],[11,"fmt","","",7,null],[11,"clone","","",8,null],[11,"fmt","","",8,null],[11,"none","","No size limits. This might use *lots* of memory when reading an\ninvalid file, so be careful.",8,{"inputs":[],"output":{"name":"limits"}}],[11,"sensible","","A reasonable set of default values that pose no danger of using lots\nof memory.",8,{"inputs":[],"output":{"name":"limits"}}],[11,"verify","","",8,null],[11,"fmt","","",10,null],[11,"fmt","","",11,null],[11,"fmt","","",10,null],[11,"fmt","","",11,null],[11,"description","","",10,null],[11,"clone","","",9,null],[11,"eq","","",9,null],[11,"ne","","",9,null],[11,"fmt","","",9,null],[11,"clone","tz","",3,null],[11,"eq","","",3,null],[11,"fmt","","",3,null],[11,"clone","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"fmt","","",1,null],[11,"clone","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"fmt","","",2,null]],"paths":[[3,"Transition"],[3,"LeapSecond"],[3,"LocalTimeType"],[4,"TransitionType"],[3,"Header"],[3,"TransitionData"],[3,"LocalTimeTypeData"],[3,"LeapSecondData"],[3,"Limits"],[3,"TZData"],[4,"Error"],[4,"Structures"]]}; initSearch(searchIndex);