-
Year 2038 is not too far away, as a SDK user, we want to know if AWS SDK for c++ Y2k38 safe. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
jmklix
Jul 24, 2024
Replies: 1 comment 1 reply
-
C++ SDK uses C++ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jmklix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C++ SDK uses C++
std::chrono::system_clock::time_point
class to represent timepoint. If your compiler is using y2k38 safe implementation of this class - the SDK itself is safe. However, SDK also uses a bunch of other dependencies such as libCrypto (OpenSSL by default), libCurl, cJson, tinyXML, etc.... we are not sure if they are y2k38 safe