Lines Matching refs:time
18 #include <time.h>
91 * time string format, in which:
95 * 3. "+|-" is not allowed to indicate a time zone
143 /* no more bytes to read, but we haven't seen time-zone yet */
206 /* no more bytes to read, but we haven't seen time-zone yet */
399 * Per RFC 5280 (section 4.1.2.5.), the valid input time
408 * UTC can only present [1950, 2050), so if the given time string
446 time(&now_t);
473 /* prints the time with the default date format (RFC 822) */
486 /* prints the time with the date format of ISO 8601 */
495 /* ossl_asn1_time_to_tm will check the time type */
497 return BIO_write(bp, "Bad time value", 14) ? -1 : 0;