Public/Get-TimestampFormat.ps1

function Get-TimestampFormat {
    [CmdletBinding()]
    param()
    process {
        return $Script:defaultTimestampFormat
    }
}