MugunthKumar / MKNetworkKit

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices

Home Page:http://mk.sg/8w

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

method dateFromRFC1123() can not handle the date after 2038

e8-XiaomeiLi opened this issue · comments

Unix method strptime_l() can not process the the date after 2038. When i try to use it to convert the date string '2050-12-30 00:00:00', i get an amazing result '1969-xx-xx'