PsCustomObject / PsCustomObject-Message-Tracker

PsCustomObject Message Tr@cker a GUI tool to query Exchange tracking logs
2 stars 0 forks source link

Export to CSV should be enhanced #3

Open PsCustomObject opened 5 years ago

PsCustomObject commented 5 years ago

Original line 601:

$exportDate = (Get-Date -Format G) -replace ":", "."

Should be:

    $exportDate = (Get-Date).tostring("yyyy-MM-dd-hh-mm-ss")

This is to accomodate different cutltures