Skip to content

Commit

Permalink
Fixed RFC3339 divisor
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Apr 16, 2021
1 parent 13a4c1c commit 50984b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RFC3339.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
open Date_time_components

let frac_s_1_divisor = Span.ns_count_in_s
let frac_s_1_divisor = Span.ns_count_in_s / 10

let frac_s_2_divisor = frac_s_1_divisor / 10

Expand Down

0 comments on commit 50984b9

Please sign in to comment.