Home | History | Annotate | Download | only in libpng

Lines Matching full:year

2100 instead of your local time.  Note that the year number is the full
2101 year (e.g. 1998, rather than 98 - PNG is year 2000 compliant!), and
3191 Libpng only has three year fields. One is a 2-byte unsigned integer that
3196 "png_uint_16 year" in png_time_struct.
3216 clock time, which returns (year - 1900), which we properly convert to
3217 the full 4-digit year. There is a possibility that applications using
3219 function, or that they are incorrectly passing only a 2-digit year
3220 instead of "year - 1900" into the png_convert_from_struct_tm() function,
3226 integer to hold the year, and can hold years as large as 65535.