Module WTypes.Timestamp


module Timestamp: sig .. end


Timestamps

type t 
val of_string : string -> t
Parses a timestamp as yyyy-mm-ddThh:mm:ssZ
val to_string : t -> string
Prints a timestamp according to the previous pattern