var searchIndex = {}; searchIndex["tzdata"] = {"doc":"`tzdata` uses the IANA Time Zone Database to provide conversion between timezones.","items":[[3,"Timezone","tzdata","A named timezone from the [`IANA Time Zone Database`](https://www.iana.org/time-zones)",null,null],[12,"name","","The timezone name e.g. `Europe/Paris`.",0,null],[3,"Datetime","","A precise point in time along associated to a `Timezone`.",null,null],[11,"new","","Try to load a new `Timezone`.\nIt assumes that the zoneinfo data are located\nunder `/usr/share/zoneinfo`.",0,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[11,"local","","Load the local `Timezone` set by the system,\ndisregarding the `TZ` environment variable.",0,{"inputs":[],"output":{"name":"result"}}],[11,"utc","","Returns the `UTC` timezone.",0,{"inputs":[],"output":{"name":"self"}}],[11,"fixed","","Returns a fixed offset to `UTC` timezone.\nThe provided offset is in seconds.",0,{"inputs":[{"name":"i32"}],"output":{"name":"self"}}],[11,"now","","Return the `Datetime` representing now, relative to this `Timezone`.",0,null],[11,"datetime","","Create a new `Datetime` relative to this `Timezone`.\nPanics if the following constraints do not hold:",0,null],[11,"project","","Project the current `Datetime` in another `Timezone`.",1,null],[11,"date","","Return the date component of the `Datetime` expressed\nin the associated `Timezone`. The tuple holds the\nyear, month and day in this order.",1,null],[11,"time","","Return the time component of the `Datetime` expressed\nin the associated `Timezone`. The tuple holds\nthe hour, minute, second and nanosecond in this order.",1,null],[11,"format","","Format the `Datetime` according to the provided `format`.\nThe following control characters are implemented:",1,null],[11,"rfc3339","","Format `Datetime` according to RFC 3339 format.",1,null],[11,"rfc2822","","Format `Datetime` according to RFC 2822 format.",1,null],[11,"eq","","",1,null],[11,"partial_cmp","","",1,null],[11,"cmp","","",1,null],[11,"fmt","","",1,null]],"paths":[[3,"Timezone"],[3,"Datetime"]]}; initSearch(searchIndex);