Skip to content

Commit

Permalink
fixup! clock: Add timezone to all parsed dates
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont committed Aug 27, 2024
1 parent e41943e commit 2f556d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/libs/clock/date.ml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let best_effort_iso8601_to_rfc3339 x =
in
match tz with
| None | Some "" ->
(* the caller didn't specify a tz, assume Universal Local Time *)
(* the caller didn't specify a tz, assume Coordinatel Universal Time *)
Printf.sprintf "%sZ" x
| Some _ ->
x
Expand Down

0 comments on commit 2f556d1

Please sign in to comment.