Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for PST8PDT (0.09 sec)

  1. src/time/zoneinfo_test.go

    		ok    bool
    	}{
    		{"", 0, 0, "", 0, 0, 0, false, false},
    		{"PST8PDT,M3.2.0,M11.1.0", 0, 2159200800, "PDT", -7 * 60 * 60, 2152173600, 2172733200, true, true},
    		{"PST8PDT,M3.2.0,M11.1.0", 0, 2152173599, "PST", -8 * 60 * 60, 2145916800, 2152173600, false, true},
    		{"PST8PDT,M3.2.0,M11.1.0", 0, 2152173600, "PDT", -7 * 60 * 60, 2152173600, 2172733200, true, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 13 17:06:56 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. lib/time/zoneinfo.zip

    Indian/Cocos Indian/Comoro Indian/Kerguelen Indian/Mahe Indian/Maldives Indian/Mauritius Indian/Mayotte Indian/Reunion Iran Israel Jamaica Japan Kwajalein Libya MET MST MST7MDT Mexico/BajaNorte Mexico/BajaSur Mexico/General NZ NZ-CHAT Navajo PRC PST8PDT Pacific/Apia Pacific/Auckland Pacific/Bougainville Pacific/Chatham Pacific/Chuuk Pacific/Easter Pacific/Efate Pacific/Enderbury Pacific/Fakaofo Pacific/Fiji Pacific/Funafuti Pacific/Galapagos Pacific/Gambier Pacific/Guadalcanal Pacific/Guam Pacific/Honolulu...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 392.3K bytes
    - Viewed (1)
  3. src/time/zoneinfo.go

    	// The format is the TZ environment variable without a colon; see
    	// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html.
    	// Example string, for America/Los_Angeles: PST8PDT,M3.2.0,M11.1.0
    	extend string
    
    	// Most lookups will be for the current time.
    	// To avoid the binary search through tx, keep a
    	// static one-element cache that gives the correct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:30 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    		`Pacific/Tahiti`,
    		`Pacific/Tarawa`,
    		`Pacific/Tongatapu`,
    		`Pacific/Truk`,
    		`Pacific/Wake`,
    		`Pacific/Wallis`,
    		`Pacific/Yap`,
    		`Poland`,
    		`Portugal`,
    		`PRC`,
    		`PST8PDT`,
    		`ROC`,
    		`ROK`,
    		`Singapore`,
    		`Turkey`,
    		`UCT`,
    		`Universal`,
    		`US/Alaska`,
    		`US/Aleutian`,
    		`US/Arizona`,
    		`US/Central`,
    		`US/East-Indiana`,
    		`US/Eastern`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
Back to top