Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Apr 16, 2021
1 parent 34fecc2 commit 13a4c1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/timere.mli
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,11 @@ module Date_time : sig
val to_rfc3339_nano : t -> string option

val of_iso8601 : string -> (t, string) result
(**
Parses a subset of ISO8601, up to 9 fractional digits for second (nanosecond precision)
If more than 9 fractional digits are provided, then only the first 9 digits are used, i.e. no rounding
*)

val to_sexp : t -> CCSexp.t

Expand Down

0 comments on commit 13a4c1c

Please sign in to comment.