removed: dependencies to 'tz' system structure
now we are using PT::Date from pikotools git-svn-id: svn://ttmath.org/publicrep/winix/trunk@839 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* This file is a part of Winix
|
||||
* and is not publicly distributed
|
||||
*
|
||||
* Copyright (c) 2008-2010, Tomasz Sowa
|
||||
* Copyright (c) 2008-2012, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
@@ -68,7 +68,7 @@ void last_tab_start(Info & i)
|
||||
if( !last_init() )
|
||||
return;
|
||||
|
||||
i.out << DateToStr(&last_iterator->start);
|
||||
i.out << DateToStr(last_iterator->start);
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ void last_tab_end(Info & i)
|
||||
return;
|
||||
|
||||
if( last_iterator->IsLoggedOut() )
|
||||
i.out << DateToStr(&last_iterator->end);
|
||||
i.out << DateToStr(last_iterator->end);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user