in reply to Re: GetTimeSysInfoFunc function
in thread GetTimeSysInfoFunc function
Hello marinersk,
Well I have been implementing a module that it does all that for LinuxOS but I can not find a way to do it on WindowsOS.
Yesterday I post this question How to check system's current NTP configuration on all OS?. What I found is that I can retrieve all this information on LinuxOS but WindowsOS requires Administrator access to retrieve this information.
I have been playing around with Time::HiRes but to be honest I can not get all the information that I want or at least it looks like this. I mean for example when I am applying
the $server_precision prints 0 but in reality it is around -23.( undef , undef , $server_precision , undef , undef ) = POSIX +::times();
So this is why I was asking for a possible module that collects these values from WindowsOS but it seems with out administrator access you can not do anything. :(
Well any way, thank you for your time and effort reading and replying to my question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: GetTimeSysInfoFunc function
by marinersk (Priest) on Jul 30, 2015 at 16:42 UTC |