From 07adf4e83daf17c20c783e671dccaa44f58d0648 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 2 Nov 2004 13:59:42 +0000 Subject: [PATCH] * timezone stuff back to unix --- rtl/unix/sysutils.pp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rtl/unix/sysutils.pp b/rtl/unix/sysutils.pp index 056432238f..19f96c3be0 100644 --- a/rtl/unix/sysutils.pp +++ b/rtl/unix/sysutils.pp @@ -35,8 +35,6 @@ uses Procedure AddDisk(const path:string); -const - Tzseconds : Longint = 0; implementation @@ -820,8 +818,6 @@ End; -{ Include timezone handling routines which use /usr/share/timezone info } -{$i timezone.inc} Procedure GetLocalTime(var SystemTime: TSystemTime); begin @@ -1092,7 +1088,10 @@ end. { $Log$ - Revision 1.51 2004-11-01 07:10:56 peter + Revision 1.52 2004-11-02 13:59:42 marco + * timezone stuff back to unix + + Revision 1.51 2004/11/01 07:10:56 peter * 1.0.x bootstrap fix Revision 1.50 2004/10/31 22:25:31 olle