J’essaie d’analyser certains journaux IIS7 (format W3C) et je m’intéresse au champ time-taken et à son unité.
Selon Microsoft, l’unité est la milliseconde.
The length of time that the action took, in milliseconds.
Selon la documentation w3c, c’est en secondes
Time taken for transaction to complete in seconds, field has type <fixed>
Quelle est la bonne réponse ?