package timedesc-tzlocal-js

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file timedesc_tzlocal.ml

1
2
3
4
5
6
open Js_of_ocaml

let local () =
  let formatter = new%js Intl.dateTimeFormat_constr Js.undefined Js.undefined in
  let tz = Js.to_string (formatter##resolvedOptions ())##.timeZone in
  [ tz ]
OCaml

Innovation. Community. Security.