Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasTZ (0.06 sec)

  1. src/time/format_test.go

    		if result != want {
    			t.Errorf("(jan 1 %d).Format(\"2006.01.02\") = %q, want %q", y, result, want)
    		}
    	}
    }
    
    type ParseTest struct {
    	name       string
    	format     string
    	value      string
    	hasTZ      bool // contains a time zone
    	hasWD      bool // contains a weekday
    	yearSign   int  // sign of year, -1 indicates the year is not present in the format
    	fracDigits int  // number of digits of fractional second
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top