Searched defs:tzname (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py88 def tzname(self, _): member in class:dbTimestampToZuluDatetime.UTC
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c36 ** 1. They might reference tzname[0] before calling tzset (explicitly
38 ** 2. They might reference tzname[1] before calling tzset (explicitly
40 ** 3. They might reference tzname[1] after setting to a time zone
42 ** 4. They might reference tzname[0] after setting to a time zone
47 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
48 ** string "tzname[0] used before set", and similarly for the other cases.
49 ** And another: initialize tzname[0] to "ERA", with an explanation in the
51 ** that tzname[0] has the "normal" length of three characters).
70 char * tzname[2] = { variable
110 tzname[
[all...]

Completed in 35 milliseconds