Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Describes (almost) a Timezone according to RFC822.
A type describing a timezone.
val plus : int -> t
plus 200
generates the TZ "+0200"
.
val minus : int -> t
minus 200
generates the TZ "-0200"
.
val to_string : t -> string
to_string tz
render a string representation of a timezone.
val to_string_rfc3339 : t -> string
to_string_rfc3339 tz
render a string representation of a timezone (computing fixed timezone into offset).