mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
5a56805970
Beginning in version 1.8.0 all time uses will converge on an osquery-provided getUnixTime() API call that returns, by default, UNIX time integers converted to UTC/GMT. The 'time' table will respond with the parsed time for the configuration. If the timezone is not UTC then osquery is using localtime. This configuration option will affect the 'unix_time' response in the 'time' table. Because of this configurable-effect the table is extended to include 'local_time' which is always the system local UNIX time. |
||
---|---|---|
.. | ||
config.h | ||
core.h | ||
database.h | ||
dispatcher.h | ||
distributed.h | ||
enroll.h | ||
events.h | ||
extensions.h | ||
filesystem.h | ||
flags.h | ||
hash.h | ||
logger.h | ||
packs.h | ||
registry.h | ||
sdk.h | ||
sql.h | ||
status.h | ||
tables.h |