Home | History | Annotate | Download | only in libpng

Lines Matching full:year

2921 instead of your local time.  Note that the year number is the full
2922 year (e.g. 1998, rather than 98 - PNG is year 2000 compliant!), and
4012 Libpng only has three year fields. One is a 2-byte unsigned integer that
4017 "png_uint_16 year" in png_time_struct.
4037 clock time, which returns (year - 1900), which we properly convert to
4038 the full 4-digit year. There is a possibility that applications using
4040 function, or that they are incorrectly passing only a 2-digit year
4041 instead of "year - 1900" into the png_convert_from_struct_tm() function,
4047 integer to hold the year, and can hold years as large as 65535.