Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dateTime (0.16 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

              "type": "string"
            },
            "id": { "type": "string" },
            "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  2. src/time/format.go

    	Kitchen     = "3:04PM"
    	// Handy time stamps.
    	Stamp      = "Jan _2 15:04:05"
    	StampMilli = "Jan _2 15:04:05.000"
    	StampMicro = "Jan _2 15:04:05.000000"
    	StampNano  = "Jan _2 15:04:05.000000000"
    	DateTime   = "2006-01-02 15:04:05"
    	DateOnly   = "2006-01-02"
    	TimeOnly   = "15:04:05"
    )
    
    const (
    	_                        = iota
    	stdLongMonth             = iota + stdNeedDate  // "January"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
Back to top