Currently, the date format for printing the date/time string in log files follows a distinctly US format - month/day/year. This is hardcoded.
Instead, this should use the culture and localization options in PowerShell to dynamically change this value based on the locale of the OS.
Currently, the date format for printing the date/time string in log files follows a distinctly US format - month/day/year. This is hardcoded.
Instead, this should use the culture and localization options in PowerShell to dynamically change this value based on the locale of the OS.