Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 128 for 201605 (0.16 sec)

  1. internal/s3select/simdj/testdata/parking-citations-10.json.zst

    tude":1802686.2} {"Ticket":1105461453,"IssueData":"2015-09-15T00:00:00","IssueTime":"115","RPState":"CA","PlateExpiry":"200316","Make":"CHEV","BodyStyle":"PA","Color":"BK","Location":"GEORGIA ST/OLYMPIC","Route":"1FB70","Agency":1,"ViolationCode":"8069A","ViolationDescr":"NO STOPPING/STANDING","Fine":93,"Latitude":99999,"Longitude":99999} {"Ticket":1106226590,"IssueData":"2015-09-15T00:00:00","IssueTime":"19","RPState":"CA","PlateExpiry":"201507","Make":"CHEV","BodyStyle":"VN","Color":"GY","Location":"SAN...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 693 bytes
    - Viewed (0)
  2. pkg/controller/cronjob/cronjob_controllerv2_test.go

    				},
    			},
    		},
    	}
    }
    
    func justASecondBeforeTheHour() time.Time {
    	T1, err := time.Parse(time.RFC3339, "2016-05-19T09:59:59Z")
    	if err != nil {
    		panic("test setup error")
    	}
    	return T1
    }
    
    func justAfterThePriorHour() time.Time {
    	T1, err := time.Parse(time.RFC3339, "2016-05-19T09:01:00Z")
    	if err != nil {
    		panic("test setup error")
    	}
    	return T1
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  3. pkg/controller/cronjob/utils_test.go

    			}
    		})
    	}
    }
    
    func topOfTheHour() *time.Time {
    	T1, err := time.Parse(time.RFC3339, "2016-05-19T10:00:00Z")
    	if err != nil {
    		panic("test setup error")
    	}
    	return &T1
    }
    
    func deltaTimeAfterTopOfTheHour(duration time.Duration) *time.Time {
    	T1, err := time.Parse(time.RFC3339, "2016-05-19T10:00:00Z")
    	if err != nil {
    		panic("test setup error")
    	}
    	t := T1.Add(duration)
    	return &t
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.json

      "reason": "reasonValue",
      "message": "messageValue",
      "source": {
        "component": "componentValue",
        "host": "hostValue"
      },
      "firstTimestamp": "2006-01-01T01:01:01Z",
      "lastTimestamp": "2007-01-01T01:01:01Z",
      "count": 8,
      "type": "typeValue",
      "eventTime": "2010-01-01T01:01:01.000010Z",
      "series": {
        "count": 1,
        "lastObservedTime": "2002-01-01T01:01:01.000002Z"
      },
      "action": "actionValue",
      "related": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.yaml

    action: actionValue
    apiVersion: events.k8s.io/v1beta1
    deprecatedCount: 15
    deprecatedFirstTimestamp: "2013-01-01T01:01:01Z"
    deprecatedLastTimestamp: "2014-01-01T01:01:01Z"
    deprecatedSource:
      component: componentValue
      host: hostValue
    eventTime: "2002-01-01T01:01:01.000002Z"
    kind: Event
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1.Event.yaml

    action: actionValue
    apiVersion: events.k8s.io/v1
    deprecatedCount: 15
    deprecatedFirstTimestamp: "2013-01-01T01:01:01Z"
    deprecatedLastTimestamp: "2014-01-01T01:01:01Z"
    deprecatedSource:
      component: componentValue
      host: hostValue
    eventTime: "2002-01-01T01:01:01.000002Z"
    kind: Event
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Event.yaml

    action: actionValue
    apiVersion: v1
    count: 8
    eventTime: "2010-01-01T01:01:01.000010Z"
    firstTimestamp: "2006-01-01T01:01:01Z"
    involvedObject:
      apiVersion: apiVersionValue
      fieldPath: fieldPathValue
      kind: kindValue
      name: nameValue
      namespace: namespaceValue
      resourceVersion: resourceVersionValue
      uid: uidValue
    kind: Event
    lastTimestamp: "2007-01-01T01:01:01Z"
    message: messageValue
    metadata:
      annotations:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/vcstest/git/querytest.txt

    at 2018-07-03T22:51:14-04:00
    echo 'before v2.0.0'
    cp stdout status
    git add status
    git commit -a -m 'before v2.0.0'
    
    at 2018-07-03T22:51:14-04:00
    echo 'at v2.0.0'
    cp stdout status
    git commit -a -m 'at v2.0.0'
    git tag 'v2.0.0'
    
    at 2018-07-03T22:51:14-04:00
    echo 'before v2.1.0'
    cp stdout status
    git commit -a -m 'before v2.1.0'
    
    at 2018-07-03T22:51:14-04:00
    echo 'at v2.1.0'
    cp stdout status
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 6K bytes
    - Viewed (0)
  9. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java

            assertEquals("かいしゃ", extractData.getValues("extended-properties:Company")[0]);
            assertEquals("2010-07-22T00:21:00Z", extractData.getValues("dcterms:created")[0]);
            assertEquals("1", extractData.getValues("meta:line-count")[0]);
            assertEquals("2012-05-18T22:44:00Z", extractData.getValues("dcterms:modified")[0]);
            assertEquals("3", extractData.getValues("meta:character-count")[0]);
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/example.com_notags_v0.0.0-20190507143103-cc8cbe209b64.txt

    Written by hand.
    The "latest" version of a module without any tags.
    
    -- .mod --
    module example.com/notags
    -- .info --
    {"Version":"v0.0.0-20190507143103-cc8cbe209b64","Time":"2019-05-07T07:31:03-07:00"}
    -- notags.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 18 00:18:19 UTC 2019
    - 233 bytes
    - Viewed (0)
Back to top