mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* Added ReReadTimeZone
git-svn-id: trunk@19569 -
This commit is contained in:
parent
82dd2e28d5
commit
86c0b324fd
@ -337,3 +337,9 @@ begin
|
|||||||
num_types:=0;
|
num_types:=0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Procedure ReReadLocalTime;
|
||||||
|
|
||||||
|
begin
|
||||||
|
DoneLocalTime;
|
||||||
|
InitLocalTime;
|
||||||
|
end;
|
||||||
|
@ -71,6 +71,7 @@ procedure GetLocalTimezone(timer:cint;var leap_correct,leap_hit:cint);
|
|||||||
procedure GetLocalTimezone(timer:cint);
|
procedure GetLocalTimezone(timer:cint);
|
||||||
procedure ReadTimezoneFile(fn:string);
|
procedure ReadTimezoneFile(fn:string);
|
||||||
function GetTimezoneFile:string;
|
function GetTimezoneFile:string;
|
||||||
|
Procedure ReReadLocalTime;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{** Process Handling **}
|
{** Process Handling **}
|
||||||
|
Loading…
Reference in New Issue
Block a user