From owner-freebsd-stable Sun Jun 20 6: 2:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zhurnal.ru (www.zhurnal.ru [195.54.192.60]) by hub.freebsd.org (Postfix) with SMTP id 86D0914E73 for ; Sun, 20 Jun 1999 06:02:24 -0700 (PDT) (envelope-from ilya@zhurnal.ru) Received: from xfire.polit.ru by zhurnal.ru with ESMTP id RAA02034; (8.6.11/vak/1.9) Sun, 20 Jun 1999 17:01:31 +0400 X-Recepient-User: Date: Sun, 20 Jun 1999 17:01:31 +0400 (MSD) From: Ilya Obshadko X-Sender: ilya@xfire.polit.ru To: freebsd-stable@freebsd.org Subject: incorrect gmtime resulsts on 3.2-STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using perl scripts that set Last-Modified and Expires headers using gmtime() perl function. After upgrading to 3.2-STABLE (and perl 5.005_03) gmtime returns incorrect results. Moscow local time is GMT+4 on summer and GMT+3 on winter. Return value of gmtime() now is 1 hour less than it should be, so seems like it doesn't recognize DST mode... #-- Ilya Obshadko [IDO-RIPN] -------------------------------# #-- email: ilya@zhurnal.ru, ilya24@chat.ru -----------------# #-- ICQ UIN: 10704338 --------------------------------------# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message