-
Hello, How can I get the current cloud server time from the response of any request that is issued? The REST response usually returns a "Date" parameter which denotes the server time, but I am not able to access it using the AWS CPP SDK. Any pointers would be helpful. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't think there is currently a way to get the server time with this sdk, but there is GetServerTimeFromError. There are also get time functions in this file, but they all return local time. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I don't think there is currently a way to get the server time with this sdk, but there is GetServerTimeFromError. There are also get time functions in this file, but they all return local time.