Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 023960108 (0.15 sec)

  1. src/archive/tar/strconv_test.go

    	vectors := []struct {
    		in   string
    		want time.Time
    		ok   bool
    	}{
    		{"1350244992.023960108", time.Unix(1350244992, 23960108), true},
    		{"1350244992.02396010", time.Unix(1350244992, 23960100), true},
    		{"1350244992.0239601089", time.Unix(1350244992, 23960108), true},
    		{"1350244992.3", time.Unix(1350244992, 300000000), true},
    		{"1350244992", time.Unix(1350244992, 0), true},
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  2. src/archive/tar/reader_test.go

    			Uid:        1000,
    			Gid:        1000,
    			Uname:      "shane",
    			Gname:      "shane",
    			Size:       7,
    			ModTime:    time.Unix(1350244992, 23960108),
    			ChangeTime: time.Unix(1350244992, 23960108),
    			AccessTime: time.Unix(1350244992, 23960108),
    			Typeflag:   TypeReg,
    			PAXRecords: map[string]string{
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
Back to top