add localtime determination system for timezone property
authorkremlin <ian@kremlin.cc>
Tue, 26 Aug 2014 03:18:17 +0000 (23:18 -0400)
committerkremlin <ian@kremlin.cc>
Tue, 26 Aug 2014 03:18:17 +0000 (23:18 -0400)
commit03f12ac7edc62424667774b00fd250fe54879c29
tree0a420742f478de62e3361d64f5f06bf67afe61bf
parent0ac4fd1d17dce32e2ee028f563ff48ff16e24275
add localtime determination system for timezone property

this determines the proper timezone string (e.g. America/New_York)
by first checking if /etc/localtime is symlinked to a named timezone
in /usr/share/zoneinfo. if not, a warning is thrown and /etc/localtime's
checksum is compared against a previously generated table.
src/interfaces/timedated/timedated.c
src/interfaces/timedated/timedated.h
src/util.h