Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for farFuture (0.07 sec)

  1. src/encoding/asn1/marshal_test.go

    	A string `asn1:"numeric"`
    }
    
    type testSET []int
    
    var PST = time.FixedZone("PST", -8*60*60)
    
    type marshalTest struct {
    	in  any
    	out string // hex encoded
    }
    
    func farFuture() time.Time {
    	t, err := time.Parse(time.RFC3339, "2100-04-05T12:01:01Z")
    	if err != nil {
    		panic(err)
    	}
    	return t
    }
    
    var marshalTests = []marshalTest{
    	{10, "02010a"},
    	{127, "02017f"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 10K bytes
    - Viewed (0)
Back to top