From 72d6aa5f07faa65ccf567fee7e6f54755305b59b Mon Sep 17 00:00:00 2001 From: Simone Bizzotto Date: Thu, 27 Feb 2025 22:58:10 +0100 Subject: [PATCH] fix spaces --- public/Get-DbaDbBackupHistory.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/Get-DbaDbBackupHistory.ps1 b/public/Get-DbaDbBackupHistory.ps1 index 3a99b0b439..b585d35744 100644 --- a/public/Get-DbaDbBackupHistory.ps1 +++ b/public/Get-DbaDbBackupHistory.ps1 @@ -31,9 +31,9 @@ function Get-DbaDbBackupHistory { If this switch is enabled, a large amount of information is returned, similar to what SQL Server itself returns. .PARAMETER Since - Specifies a starting point for the search for backups. + Specifies a starting point for the search for backups. This is compared to the date stored in msdb, which gets stored in the timezone of the running SQL Server instance. - If a DateTime object is passed, that will be used. + If a DateTime object is passed, that will be used. If a TimeSpan object is passed, that will be added to Get-Date and the resulting value will be used. .PARAMETER RecoveryFork