mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +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;
|
||||
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 ReadTimezoneFile(fn:string);
|
||||
function GetTimezoneFile:string;
|
||||
Procedure ReReadLocalTime;
|
||||
{$ENDIF}
|
||||
|
||||
{** Process Handling **}
|
||||
|
Loading…
Reference in New Issue
Block a user