Skip to content

Commit

Permalink
Note monotonic time
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 2, 2025
1 parent 5d3abb4 commit 91c9739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gleam/time/timestamp.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ import gleam/time/duration.{type Duration}
/// in.
///
/// This module uses wall clock time. If your program needs time values to always
/// increase you will need a _monotonic_ time instead.
/// increase you will need a _monotonic_ time instead. It's uncommon that you
/// would need monotonic time, one example might be if you're making a
/// benchmarking framework.
///
/// The exact way that time works will depend on what runtime you use. The
/// Erlang documentation on time has a lot of detail about time generally as well
Expand Down

0 comments on commit 91c9739

Please sign in to comment.