On Wed, Jul 15, 2015 at 01:33:08AM +0000, Salz, Rich wrote: > >if ASN1_TINE_set_string() avoids that limitation, despite Victor's suggestion to never use it. > > It does avoid the limitation, using only |struct tm| to hold parsed fields, and not building a |time_t| from it. Not sure why Viktor doesn't like it. It seems to me it's the only portable thing to ues. Let's not confuse "Victor Wagner" and "Viktor Dukhovni". :-) In Victor Wagner's defense, time_t with only 32 bits should be getting increasingly rare. -- Viktor.