I need to set the system time in a C# app running under mono in Linux.
In windows I'd make a call to SetSystemTime(ref WindosSystemTiem), which obviously won't work in a linux environment.
How ...
http://www.experts-exchange.com/Programming/Languages/.NET/Mono/Q_23554733.html