DisconnectedTime
Returns the date and time of the last disconnection from the server.
If no connection has been established yet, returns the time when the character profile was loaded in Stealth.
Возвращает дату и время последнего отключения от сервера.
Если подключения ещё не было, возвращает время загрузки профиля персонажа в Stealth.
function DisconnectedTime: TDateTime;
def DisconnectedTime() -> datetime: ...
begin
AddToSystemJournal('Last disconnect: ' + DateTimeToStr(DisconnectedTime));
end.
AddToSystemJournal(f'Last disconnect: {DisconnectedTime()}')