MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / d_ltime

Function d_ltime

dep/hfsutils/libhfs/data.c:467–473  ·  view source on GitHub ↗

* NAME: data->ltime() * DESCRIPTION: convert MacOS time to local time */

Source from the content-addressed store, hash-verified

465 * DESCRIPTION: convert MacOS time to local time
466 */
467time_t d_ltime(unsigned long mtime)
468{
469 if (tzdiff == -1)
470 calctzdiff();
471
472 return (time_t) (mtime - TIMEDIFF) - tzdiff;
473}
474
475/*
476 * NAME: data->mtime()

Callers 2

r_unpackdirentFunction · 0.85
hfs_vstatFunction · 0.85

Calls 1

calctzdiffFunction · 0.85

Tested by

no test coverage detected