# io.k8s.apimachinery.pkg.apis.meta.v1.Time

From **Kubernetes**.

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.

- Type: `string`
- Format: `date-time`

## JSON Schema

```json
{"description":"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.","format":"date-time","type":"string"}
```
