In the logs from Sophos there is a Parameter called fullreqtime. In my case:
fullreqtime="256266588"
How do I convert the number to a time or Duration, what is this value?
In the logs from Sophos there is a Parameter called fullreqtime. In my case:
fullreqtime="256266588"
How do I convert the number to a time or Duration, what is this value?
The fullreqtime is the complete time used for the URL call. The times are defined in microseconds.
Source: Enhanced Log entries for WebFilter Log
To convert them into hours, you can use Wolfram Alpha engine by typing:
It'll give you the result of 4 minutes and 16.27 seconds.