daypack-dev / timere

OCaml date time handling and reasoning suite
MIT License
68 stars 7 forks source link

Add function get current time zone for Windows #18

Closed darrenldl closed 1 year ago

darrenldl commented 3 years ago

Reference input_tz_file from Jane Street's Core_kernel.Zone for implementation details for handling in Linux case: https://github.com/janestreet/core_kernel/blob/master/src/zone.ml

Exact approach required, from Python community: https://github.com/regebro/tzlocal/tree/master/tzlocal

darrenldl commented 3 years ago

Currently windows support is still missing, but not exactly what approach is best.

darrenldl commented 1 year ago

Superseded by #48