kubecost / cluster-turndown

Automated turndown of Kubernetes clusters on specific schedules.
Apache License 2.0
259 stars 23 forks source link

Support Non-UTC timestamps #19

Closed AjayTripathy closed 4 years ago

AjayTripathy commented 4 years ago

It would be easier to understand / specify the turndown CRD if they were relative to the user's timezones.

mbolt35 commented 4 years ago

CRD accepts RFC3339 date format, which supports timezones. Should be good to go.