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)
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.


No differences found