- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for LoadLocation (0.06 sec)
-
cmd/update_test.go
t.Errorf("Test %d: Expected %v but got %v", i+1, testCase.isOfficial, err == nil) } } } func TestReleaseTagToNFromTimeConversion(t *testing.T) { utcLoc, _ := time.LoadLocation("") testCases := []struct { t time.Time tag string errStr string }{ { time.Date(2017, time.September, 29, 19, 16, 56, 0, utcLoc), "RELEASE.2017-09-29T19-16-56Z", "", }, {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 10.4K bytes - Viewed (0) -
api/go1.txt
pkg time, func AfterFunc(Duration, func()) *Timer pkg time, func Date(int, Month, int, int, int, int, int, *Location) Time pkg time, func FixedZone(string, int) *Location pkg time, func LoadLocation(string) (*Location, error) pkg time, func NewTicker(Duration) *Ticker pkg time, func NewTimer(Duration) *Timer pkg time, func Now() Time pkg time, func Parse(string, string) (Time, error)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)