Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUSPacificZoneAbbr (0.22 sec)

  1. src/time/zoneinfo_windows_test.go

    	t2, err := Parse(RFC1123, t1.Format(RFC1123))
    	if err != nil {
    		t.Fatalf("Parse failed: %v", err)
    	}
    	if t1 != t2 {
    		t.Fatalf("t1 (%v) is not equal to t2 (%v)", t1, t2)
    	}
    }
    
    func TestUSPacificZoneAbbr(t *testing.T) {
    	ForceUSPacificFromTZIForTesting() // reset the Once to trigger the race
    	defer ForceUSPacificForTesting()
    	testZoneAbbr(t)
    }
    
    func TestAusZoneAbbr(t *testing.T) {
    	ForceAusFromTZIForTesting()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 07:20:34 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top