Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAusZoneAbbr (0.1 sec)

  1. src/time/zoneinfo_windows_test.go

    	}
    }
    
    func TestUSPacificZoneAbbr(t *testing.T) {
    	ForceUSPacificFromTZIForTesting() // reset the Once to trigger the race
    	defer ForceUSPacificForTesting()
    	testZoneAbbr(t)
    }
    
    func TestAusZoneAbbr(t *testing.T) {
    	ForceAusFromTZIForTesting()
    	defer ForceUSPacificForTesting()
    	testZoneAbbr(t)
    }
    
    func TestToEnglishName(t *testing.T) {
    	const want = "Central Europe Standard Time"
    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