diff --git a/src/functions/public/DateAndTime/Get-CurrentDateTime.ps1 b/src/functions/public/DateAndTime/Get-CurrentDateTime.ps1 index b7a5bec..3b1cd67 100644 --- a/src/functions/public/DateAndTime/Get-CurrentDateTime.ps1 +++ b/src/functions/public/DateAndTime/Get-CurrentDateTime.ps1 @@ -5,7 +5,8 @@ .DESCRIPTION Returns the current date and time formatted according to the specified format string. - Supports common format presets or custom format strings. + Supports common format presets or custom format strings. The Short and Long presets + follow the current culture of the calling session, while ISO8601 is culture-invariant. .EXAMPLE Get-CurrentDateTime