Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UTC (0.22 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    //
    // +protobuf.options.marshal=false
    // +protobuf.as=Timestamp
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    message MicroTime {
      // Represents seconds of UTC time since Unix epoch
      // 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
      // 9999-12-31T23:59:59Z inclusive.
      optional int64 seconds = 1;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/batch/v1/generated.proto

      // from suspension. It is represented in RFC3339 form and is in UTC.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;
    
      // Represents time when the job was completed. It is not guaranteed to
      // be set in happens-before order across separate operations.
      // It is represented in RFC3339 form and is in UTC.
      // The completion time is only set when the job finishes successfully.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.1K bytes
    - Viewed (0)
Back to top