osquery-1/include/osquery
Teddy Reed 5a56805970 Introduce --utc flag to convert all calendar UNIX times to UTC (#2064)
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.
2016-05-03 13:00:31 -07:00
..
config.h Reset configuration state in relative tests 2016-04-12 13:06:02 -07:00
core.h Introduce --utc flag to convert all calendar UNIX times to UTC (#2064) 2016-05-03 13:00:31 -07:00
database.h Introduce decorator queries 2016-03-29 10:03:50 -07:00
dispatcher.h Introduce BufferedLogForwarder (#2036) 2016-04-15 09:49:35 -07:00
distributed.h 1. Reorganize RocksDB database handle into a plugin 2016-03-06 20:40:16 -08:00
enroll.h [osquery] Update copyright headers to new format. 2016-02-11 11:48:58 -08:00
events.h Add linux syslog virtual table 2016-03-30 13:36:57 -07:00
extensions.h 1. Reorganize RocksDB database handle into a plugin 2016-03-06 20:40:16 -08:00
filesystem.h Bump sqlite to 3.11.0 2016-02-21 22:40:37 -08:00
flags.h [osquery] Update copyright headers to new format. 2016-02-11 11:48:58 -08:00
hash.h Fix various lint issues 2016-03-09 19:55:39 -08:00
logger.h Improve logging tests, add filesystem logger tests 2016-02-21 19:40:16 -08:00
packs.h [osquery] Update copyright headers to new format. 2016-02-11 11:48:58 -08:00
registry.h Fix shell's --profile switch 2016-03-20 16:05:13 -07:00
sdk.h [osquery] Update copyright headers to new format. 2016-02-11 11:48:58 -08:00
sql.h [osquery] Update copyright headers to new format. 2016-02-11 11:48:58 -08:00
status.h Fix various lint issues 2016-03-09 19:55:39 -08:00
tables.h [#1816] Refactor DB instance management 2016-02-25 19:07:52 -08:00