struct png_time_struct
Defined at line 598 of file ../../third_party/libpng/src/png.h
png_time is a way to hold the time in an machine independent way.
Two conversions are provided, both from time_t and struct tm. There
is no portable way to convert to either of these structures, as far
as I know. If you know of a portable way, send it to me. As a side
note - PNG has always been Year 2000 compliant!
Public Members
png_uint_16 year
png_byte month
png_byte day
png_byte hour
png_byte minute
png_byte second