Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for KST (0.06 sec)

  1. src/time/zoneinfo_abbrs_windows.go

    	"North Korea Standard Time":       {"KST", "KST"},     // Asia/Pyongyang
    	"Qyzylorda Standard Time":         {"+05", "+05"},     // Asia/Qyzylorda
    	"Myanmar Standard Time":           {"+0630", "+0630"}, // Asia/Rangoon
    	"Arab Standard Time":              {"+03", "+03"},     // Asia/Riyadh
    	"Sakhalin Standard Time":          {"+11", "+11"},     // Asia/Sakhalin
    	"Korea Standard Time":             {"KST", "KST"},     // Asia/Seoul
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 20:01:59 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  2. src/time/zoneinfo_test.go

    		{"PST8PDT,M3.2.0,M11.1.0", 0, 2172733200, "PST", -8 * 60 * 60, 2172733200, 2177452800, false, true},
    		{"PST8PDT,M3.2.0,M11.1.0", 0, 2172733201, "PST", -8 * 60 * 60, 2172733200, 2177452800, false, true},
    		{"KST-9", 592333200, 1677246697, "KST", 9 * 60 * 60, 592333200, 1<<63 - 1, false, true},
    	} {
    		name, off, start, end, isDST, ok := time.Tzset(test.inStr, test.inEnd, test.inSec)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 13 17:06:56 UTC 2023
    - 9.9K bytes
    - Viewed (0)
Back to top