I found that in aws_ec2_ebs_volumes, the column create_time is not in ISO 8601 format (like all the timestamps retrieved from the AWS API). For example, in the column attachments->>'AttachTime', it’s in ISO format. Is this something that has been fixed in newer versions?
Could you check the type of the column for the create_time column in aws_ec2_ebs_volumes? Is it not timestamp?
timestamp without time zone
I think it’s my fault. When I extracted the AttachTime from the attachments column I didn’t cast it to timestamp, that’s why the format does not match
One question, all dates that CQ stores are in UTC format?