mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 23:06:11 +02:00
* timezone stuff back to unix
This commit is contained in:
parent
e86b4529c8
commit
07adf4e83d
@ -35,8 +35,6 @@ uses
|
|||||||
|
|
||||||
Procedure AddDisk(const path:string);
|
Procedure AddDisk(const path:string);
|
||||||
|
|
||||||
const
|
|
||||||
Tzseconds : Longint = 0;
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
@ -820,8 +818,6 @@ End;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ Include timezone handling routines which use /usr/share/timezone info }
|
|
||||||
{$i timezone.inc}
|
|
||||||
|
|
||||||
Procedure GetLocalTime(var SystemTime: TSystemTime);
|
Procedure GetLocalTime(var SystemTime: TSystemTime);
|
||||||
begin
|
begin
|
||||||
@ -1092,7 +1088,10 @@ end.
|
|||||||
{
|
{
|
||||||
|
|
||||||
$Log$
|
$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
|
* 1.0.x bootstrap fix
|
||||||
|
|
||||||
Revision 1.50 2004/10/31 22:25:31 olle
|
Revision 1.50 2004/10/31 22:25:31 olle
|
||||||
|
Loading…
Reference in New Issue
Block a user