createdAt Payload is not returning correct type on eks describe-cluster - returning string instead of number #6224
Labels
bug
This issue is a bug.
documentation
This is a problem with documentation.
eks
p2
This is a standard priority issue
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Documentation shows
aws eks describe-cluster
as havingcreatedAt
payload be The Unix epoch timestamp in seconds for when the cluster was created but returns date stringSee docs: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/describe-cluster.html#examples
Says it expects a number for createdAt when actually it returns a string:
2021-06-14T14:28:14.425000-04:00
Platform/OS/Hardware/Device
Centos 8
To Reproduce (observed behavior)
Steps to reproduce the behavior
Expected behavior
Expect v2 CLI to return createdAt as a UNIX second string
The text was updated successfully, but these errors were encountered: