Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/time/format_test.go

    	if time.Nanosecond() != int(nanosec) {
    		t.Errorf("%s: bad nanosecond: %d not %d", test.name, time.Nanosecond(), nanosec)
    	}
    	name, offset := time.Zone()
    	if test.hasTZ && offset != -28800 {
    		t.Errorf("%s: bad tz offset: %s %d not %d", test.name, name, offset, -28800)
    	}
    	if test.hasWD && time.Weekday() != Thursday {
    		t.Errorf("%s: bad weekday: %s not %s", test.name, time.Weekday(), Thursday)
    	}
    }
    
    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