module Pdfdate:Representing and Parsing PDF Datessig..end
type t = {
|
year : |
|
month : |
|
day : |
|
hour : |
|
minute : |
|
second : |
|
hour_offset : |
|
minute_offset : |
exception BadDate
val date_of_string : string -> tval string_of_date : t -> string