K 10 svn:author V 4 jkim K 8 svn:date V 27 2013-12-11T01:18:33.136256Z K 7 svn:log V 297 If /var/db/zoneinfo exists, use the file to determine timezone rather than iterating over all files under /usr/share/zoneinfo. All supported FreeBSD versions create the file with tzsetup(8). This change usually improves java.util.TimeZone performance because we only need to test just one file. END