Skip to content

Is AWS SDK for c++ Y2k38 safe? #3050

Answered by jmklix
bzhou-sw asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bzhou-sw
Comment options

Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants