* Added ReReadTimeZone

git-svn-id: trunk@19569 -
This commit is contained in:
michael 2011-11-01 18:05:38 +00:00
parent 82dd2e28d5
commit 86c0b324fd
2 changed files with 7 additions and 0 deletions

View File

@ -337,3 +337,9 @@ begin
num_types:=0;
end;
Procedure ReReadLocalTime;
begin
DoneLocalTime;
InitLocalTime;
end;

View File

@ -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 **}