Closed
Description
Hi!
First of all thanks a lot for this cool C++ toolkit!
I have a problem with Aws::EC2::Model::Snapshot
in connection with the DescribeSnapshots-API.
The startTime
property is parsed as string, trimmed and converted to double.
On my configuration (Win10, VC2015, German locale) this results in a double containing only the year-part of the startTime
.
Wouldn't the raw string of the result be better (or a TimeStamp data type)?
Is this an error or am I missing something?
Thanks for your answer!
ps.: If this is an error, it affects startTime
properties of all responses and requests.
Metadata
Metadata
Assignees
Labels
No labels