From: kremlin Date: Tue, 26 Aug 2014 03:18:17 +0000 (-0400) Subject: add localtime determination system for timezone property X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=03f12ac7edc62424667774b00fd250fe54879c29;hp=03f12ac7edc62424667774b00fd250fe54879c29 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. ---