I thought the topic here was mIRC's $uptime. I've not ever known it to work...
//echo -e $duration($uptime)
returns: 4days 8hrs 16mins 1sec
While: //echo -e $duration($uptime(system))
returns: 5672wks 4days 6hrs 9mins 3secs
and yet: //echo -e $duration($calc($ticks / 1000))
correctly returns: 5wks 4days 17hrs 14secs
Cheers,
GregMo