Summary : Use Windows PowerShell to easily create a sortable date.
How can I use Windows PowerShell to create an ISO 8601 standard sortable date time-stamp for my logging solution?
Use the Sortable Format Specifier in the ToString method from Get… Read the full text.