Skip to Main Content
Categories Control Center
Created by Bas van der Veeken
Created on Sep 30, 2024

Log CSV download improved timestamp precision

Please, fill in the below fields to enable the processing of your idea.

Who would benefit?

Everyone debugging issues with the log

What impact would it make?

That we can sort it correctly in Excel

How should it work?

Use the .ToString("O") format or so:

2024-09-30T10:19:43.5369672+00:00

Why is it needed?

Right now it's not at all easy to work with


Additional feedback, background or context:

It would be nice if it was downloaded in chronological order already. And with a more precise timetamp.

  • Attach files
  • Dan O’Connor
    Reply
    |
    Nov 15, 2024

    Because the output is in CSV format, any formatting done in the output will be lost on file create. Are you requesting that the datetime stamp be modified in another way?

    1 reply