diff options
author | Adam Chlipala <adam@chlipala.net> | 2015-11-01 11:55:01 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2015-11-01 11:55:01 -0500 |
commit | 6fead9bd93c982e05fbb5f13e3c866b3acf3ba08 (patch) | |
tree | 029b7822e16333e345fa5948fb57c9eb8846afa7 /lib/ur | |
parent | b3ca8155f59546e5e36277de08f1eeed1d541598 (diff) |
Basis.fromMilliseconds
Diffstat (limited to 'lib/ur')
-rw-r--r-- | lib/ur/basis.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index ec6ef599..e4eaa0a9 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -163,6 +163,7 @@ val toSeconds : time -> int val diffInSeconds : time -> time -> int (* Earlier time first *) val toMilliseconds : time -> int +val fromMilliseconds : int -> time val diffInMilliseconds : time -> time -> int val timef : string -> time -> string (* Uses strftime() format string *) val readUtc : string -> option time |