Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CLDR (0.03 sec)

  1. src/time/genzabbrs.go

    		}
    	}
    	return abbr1, abbr1
    }
    
    type zone struct {
    	WinName  string
    	UnixName string
    	StTime   string
    	DSTime   string
    }
    
    const wzURL = "https://raw.githubusercontent.com/unicode-org/cldr/main/common/supplemental/windowsZones.xml"
    
    type MapZone struct {
    	Other     string `xml:"other,attr"`
    	Territory string `xml:"territory,attr"`
    	Type      string `xml:"type,attr"`
    }
    
    type SupplementalData struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top