Searched refs:year (Results 1 – 5 of 5) sorted by relevance
30 static int is_utc(const int year) in IMPLEMENT_ASN1_MSTRING()32 if (50 <= year && year <= 149) in IMPLEMENT_ASN1_MSTRING()37 static int leap_year(const int year) in leap_year() argument39 if (year % 400 == 0 || (year % 100 != 0 && year % 4 == 0)) in leap_year()
140 B<ASN1_GENERALIZEDTIME>, regardless of year. If either I<out> or162 B<ASN1_UTCTIME> is limited to a year range of 1950 through 2049.172 B<ASN1_UTCTIME>, or vice versa, based on the resulting year.
55 year(s) updated):
10342 as the year 2038 bug. New `*_adj()` functions for ASN1 time structures13618 seems that in spite of existing for more than a year, many application
837 earlier than year 2049 (included), and as GeneralizedTime if the dates838 are in year 2050 or later.
Completed in 98 milliseconds