diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2024-08-27 11:58:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-27 11:58:38 +0800 |
| commit | aa7494f677a3505e01743ac65f2d04a3b2c6a281 (patch) | |
| tree | fbdcb64689b2880bd97091fcca8917898fdaa92d /staging | |
| parent | Merge pull request #5808 from Catherine-monk/kubeedge/makefile (diff) | |
| parent | Make kubeedge time international (diff) | |
| download | kubeedge-origin/master.tar.gz | |
Merge pull request #5817 from WillardHu/time-utcorigin/masterorigin/HEAD
Make the timestamps of kubeedge resources support international time
Diffstat (limited to 'staging')
| -rw-r--r-- | staging/src/github.com/kubeedge/api/apis/common/constants/default.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/staging/src/github.com/kubeedge/api/apis/common/constants/default.go b/staging/src/github.com/kubeedge/api/apis/common/constants/default.go index d0820fefd..216e721ac 100644 --- a/staging/src/github.com/kubeedge/api/apis/common/constants/default.go +++ b/staging/src/github.com/kubeedge/api/apis/common/constants/default.go @@ -174,5 +174,3 @@ const ( // DeviceTwin DefaultDMISockPath = "/etc/kubeedge/dmi.sock" ) - -const ISO8601UTC = "2006-01-02T15:04:05Z" |
