You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aitozi (Jira)" <ji...@apache.org> on 2022/06/07 07:12:00 UTC

[jira] [Created] (FLINK-27930) Format the timestamp in status to make it explicit

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)