Core: GetTickCount refactored on posix, SetSysTime (thanks steffen)

git-svn-id: svn://ultimatepp.org/upp/trunk@5022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-05-30 09:57:36 +00:00
parent 7970c9ecea
commit 420b10a444
5 changed files with 100 additions and 57 deletions

View file

@ -148,3 +148,5 @@ Time ScanTime(const char *s, Time def = Null);
template<>
inline String AsString(const Time& time) { return Format(time); }
bool SetSysTime(Time time); // only root/sysadmin can do this...