You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
537 B

define: DUK_USE_DATE_GET_NOW
introduced: 1.3.0
default: false
tags:
- date
- portability
description: >
Mandatory macro for getting the current time, see datetime.rst. The macro
is allowed (and recommended) to return millisecond fractions. The fractions
are truncated by the Date built-in, but are available via duk_get_now() C
API call.
If the time provided experiences time jumps or doesn't advance in realtime
(which is useful in some time virtualization scenarios), consider defining
DUK_USE_GET_MONOTONIC_TIME.