object
  method getDaylightAdjustment : Js.date Js.t -> int Js.meth
  method getGMTString : Js.date Js.t -> Js.js_string Js.t Js.meth
  method getLongName : Js.date Js.t -> Js.js_string Js.t Js.meth
  method getOffset : Js.date Js.t -> int Js.meth
  method getRFCTimeZoneString : Js.date Js.t -> Js.js_string Js.t Js.meth
  method getShortName : Js.date Js.t -> int Js.meth
  method getTimeZoneId : Js.js_string Js.t Js.meth
  method isDaylightTime : Js.date Js.t -> bool Js.t Js.meth
end