MKSG-MugunthKumar / MKNetworkKit

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices
http://mk.sg/8w
3.06k stars 755 forks source link

method dateFromRFC1123() can not handle the date after 2038 #478

Open e8-XiaomeiLi opened 8 years ago

e8-XiaomeiLi commented 8 years ago

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'