<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
</head>
<body>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
If you're using the ActiveState distribution of Perl AND you've set the TZ environment variable 
(TZ=MST7MDT), your localtime() will report the wrong time. It's not Perl that needs to be fixed. Perl 
with TZ uses the Microsoft Visual C Runtime library (msvcrt.dll) to keep track of which years have 
which rules. If you haven't set TZ then Perl just uses what Windows gives it.</span></font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
<br />
</span>
</font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
Here's the page at Activestate to start you through the fix process.</span></font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
<br />
</span>
</font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
http://support.activestate.com/faq/activeperl-and-the-2007-d</span></font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
<br />
</span>
</font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
At the end of the install process the installer asked if I wanted to reboot now or later. When I 
clicked &quot;later&quot; the computer shut down anyway, crashing a bunch of things on the way. I (now) 
recommend closing all applications <i>before</i> installing this update.</span></font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
<br />
</span>
</font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
Why use TZ? The Date::Manip module uses it and you can get accurate time information for past years 
in localtime(), as opposed to using the Windows regional time setting.</span></font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
<br />
</span>
</font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
-- </span></font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
Joe Calkins</span></font>
</div>
<div align="left">
<font face="Courier New" size="2">
<span style=" font-size:10pt">
jcalkins@swcp.com</span></font>
</div>
<div align="left">
&nbsp;</div>
</body>
</html>