package httpcats

  1. Overview
  2. Docs

Module Cookie.ZoneSource

Sourcetype t =
  1. | UT
  2. | GMT
  3. | EST
  4. | EDT
  5. | CST
  6. | CDT
  7. | MST
  8. | MDT
  9. | PST
  10. | PDT
  11. | Military_zone of char
  12. | TZ of int * int
Sourceval is_military_zone : char -> bool
Sourceval to_int : t -> int * int