From 97cd61345bcc8925c521b30d0f354859eb0148cd Mon Sep 17 00:00:00 2001 From: KtorZ Date: Tue, 7 Nov 2023 20:40:01 +0100 Subject: [PATCH] Fixes #78 --- lib/aiken/time.ak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aiken/time.ak b/lib/aiken/time.ak index d9b063b..f181815 100644 --- a/lib/aiken/time.ak +++ b/lib/aiken/time.ak @@ -1,3 +1,3 @@ -/// A number of seconds since 00:00:00 UTC on 1 January 1970. +/// A number of milliseconds since 00:00:00 UTC on 1 January 1970. pub type PosixTime = Int