April 30, 2011
4:50 p.m.
I am developing a time sensitive application. I poll a server every minute for new data. The data is time sensitive and the sooner I can get the data to the release of the data the better.
I have noticed that Pharo's system time drifts away from the OS system time. I would really like the Pharo system time to be the correct time.
do you have a repeatable scenario? VM Image information.
I have not been able to find where in Pharo I can call to update the System clock to the correct time.
you can use OSProcess (only mac and linux)
Any help greatly appreciated.
Jimmie