> Could you specify which are the functions needed? The time module is the > right place to put them.
We'll need something that will take the two DWORDS that windows uses (a high and a low) and return a pdf_time_t. For the UNIX time, is time_t equivalent to pdf_time_t? If so, then nothing is needed there, but if they're not then we need something that'll take a time_t and return a pdf_time_t. Both functions can be implemented in the pdf_time module.
