Skip to content

Commit

Permalink
Updated tzdb scraping code
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Aug 1, 2023
1 parent 09565df commit ebfdf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/gen_time_zone_data.ml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ let process_overlapping_transition_records (l : transition_record list) :
let () =
let zoneinfo_file_dir = "/usr/share/zoneinfo/posix" in
let all_zoneinfo_file_paths =
FileUtil.(find Is_file zoneinfo_file_dir (fun x y -> y :: x) [])
FileUtil.(find ~follow:Follow Is_file zoneinfo_file_dir (fun x y -> y :: x) [])
|> List.sort_uniq String.compare
in
let all_time_zones_in_parts =
Expand Down

0 comments on commit ebfdf09

Please sign in to comment.