Aitozi created FLINK-27930:
------------------------------

             Summary: Format the timestamp in status to make it explicit 
                 Key: FLINK-27930
                 URL: https://issues.apache.org/jira/browse/FLINK-27930
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Aitozi


Currently, the timestamp in status show the unix timestamp, I think we could 
improve it to a explicit date time 

current: 

 
{code:java}
startTime: "1654584619845"
updateTime: "1654585571858" {code}
expect: 

 

 
{code:java}
startTime: "2022-06-07T06:10:04Z" 
updateTime: "2022-06-07T06:50:04Z"  {code}
It will follow the k8s's object metadata manner

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to