not sure what the point of your last reply was...
anyway, I found a method. I created a dll using Visual C++ .NET 2005. I then turned the dll into a UDF...all the UDF did was get the current system time's millisecond value using the C++ SYSTEMTIME structure. I then added this to the number of seconds you can get using the UNIX_TIMESTAMP and NOW() functions in SQL. Store it as a DOUBLE PRECISION and voila you've got a current UTC time with millisecond resolution.
relevant link:
http://www.codeguru.com/cpp/data/mfc...p/c12615/#more