time_zone_utils.ml
timere
timere.tzdb
timere.tzlocal
timere_tzdb_full
timere_tzdb_none
timere_tzlocal_none
timere_tzlocal_unix
timere_tzlocal_utc
1 2 3 4 5 6 7 8 9 let get_local_tz_for_arg () = let tz = Time_zone.local () in match tz with | Some tz -> tz | None -> invalid_arg "get_local_tz_for_arg: Could not determine the local timezone. Please \ specify ~tz* explicitly or use an appropriate timere.tzlocal.* \ module."
1 2 3 4 5 6 7 8 9
let get_local_tz_for_arg () = let tz = Time_zone.local () in match tz with | Some tz -> tz | None -> invalid_arg "get_local_tz_for_arg: Could not determine the local timezone. Please \ specify ~tz* explicitly or use an appropriate timere.tzlocal.* \ module."