Skip to content

Commit

Permalink
Capitalize CL:GET-UNIVERSAL-TIME in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jul 11, 2023
1 parent a20c259 commit b5bcc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Common Lisp library to get accurate wall-clock times on multiple platforms

** Overview

cl:get-universal-time is limited to returning whole seconds, but some
CL:GET-UNIVERSAL-TIME is limited to returning whole seconds, but some
platforms can provide more accurate clocks. This library aims to wrap
platform-specific system calls for this purpose and fall back on
cl:get-universal-time on any unsupported platform.
CL:GET-UNIVERSAL-TIME on any unsupported platform.

Currently the [[https://man.archlinux.org/man/clock_gettime.2.en][clock_gettime]] call is used (with CLOCK_REALTIME) on all
Unix systems and [[https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getsystemtimepreciseasfiletime][GetSystemTimePreciseAsFileTime]] on Windows, except for
Expand Down

0 comments on commit b5bcc85

Please sign in to comment.