MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxDateNow

Function fxDateNow

xs/sources/xsDate.c:1372–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370}
1371
1372txNumber fxDateNow()
1373{
1374 c_timeval tv;
1375 c_gettimeofday(&tv, NULL);
1376 return fxDateClip(((txNumber)(tv.tv_sec) * 1000.0) + ((txNumber)(tv.tv_usec / 1000)));
1377}
1378
1379txString fxDatePrint2Digits(txString p, txInteger value)
1380{

Callers 4

_262_agent_monotonicNowFunction · 0.85
fx_Date_auxFunction · 0.85
fx_Date_nowFunction · 0.85
fxWaitSharedChunkFunction · 0.85

Calls 2

c_gettimeofdayFunction · 0.85
fxDateClipFunction · 0.85

Tested by

no test coverage detected