From d89b40a803c5d2e806e4d57bb9d24c20b20dfa47 Mon Sep 17 00:00:00 2001 From: John <49564480+Certezalito@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:30:23 -0500 Subject: [PATCH] DST Grammar Correction --- reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md | 6 +++--- reference/7.2/Microsoft.PowerShell.Utility/Get-Date.md | 6 +++--- reference/7.3/Microsoft.PowerShell.Utility/Get-Date.md | 6 +++--- reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md | 6 +++--- reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md b/reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md index 42a1f9049215..3d2df680b0c5 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md @@ -146,9 +146,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F `Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command is wrapped with parentheses so that the result is evaluated by the **DayofYear** property. -### Example 6: Check if a date is adjusted for daylight savings time +### Example 6: Check if a date is adjusted for daylight saving time -This example uses a boolean method to verify if a date is adjusted by daylight savings time. +This example uses a boolean method to verify if a date is adjusted by daylight saving time. ```powershell $DST = Get-Date @@ -160,7 +160,7 @@ True ``` A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method -to test if the date is adjusted for daylight savings time. +to test if the date is adjusted for daylight saving time. ### Example 7: Convert the current time to UTC time diff --git a/reference/7.2/Microsoft.PowerShell.Utility/Get-Date.md b/reference/7.2/Microsoft.PowerShell.Utility/Get-Date.md index 8cf2a2185d53..8fa569404948 100644 --- a/reference/7.2/Microsoft.PowerShell.Utility/Get-Date.md +++ b/reference/7.2/Microsoft.PowerShell.Utility/Get-Date.md @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F `Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command is wrapped with parentheses so that the result is evaluated by the **DayofYear** property. -### Example 6: Check if a date is adjusted for daylight savings time +### Example 6: Check if a date is adjusted for daylight saving time -This example uses a boolean method to verify if a date is adjusted by daylight savings time. +This example uses a boolean method to verify if a date is adjusted by daylight saving time. ```powershell $DST = Get-Date @@ -176,7 +176,7 @@ True ``` A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method -to test if the date is adjusted for daylight savings time. +to test if the date is adjusted for daylight saving time. ### Example 7: Convert the current time to UTC time diff --git a/reference/7.3/Microsoft.PowerShell.Utility/Get-Date.md b/reference/7.3/Microsoft.PowerShell.Utility/Get-Date.md index 5f659fdd217e..43b84cb87d47 100644 --- a/reference/7.3/Microsoft.PowerShell.Utility/Get-Date.md +++ b/reference/7.3/Microsoft.PowerShell.Utility/Get-Date.md @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F `Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command is wrapped with parentheses so that the result is evaluated by the **DayofYear** property. -### Example 6: Check if a date is adjusted for daylight savings time +### Example 6: Check if a date is adjusted for daylight saving time -This example uses a boolean method to verify if a date is adjusted by daylight savings time. +This example uses a boolean method to verify if a date is adjusted by daylight saving time. ```powershell $DST = Get-Date @@ -176,7 +176,7 @@ True ``` A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method -to test if the date is adjusted for daylight savings time. +to test if the date is adjusted for daylight saving time. ### Example 7: Convert the current time to UTC time diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md b/reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md index a5342da84452..fb42b1ae3008 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F `Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command is wrapped with parentheses so that the result is evaluated by the **DayofYear** property. -### Example 6: Check if a date is adjusted for daylight savings time +### Example 6: Check if a date is adjusted for daylight saving time -This example uses a boolean method to verify if a date is adjusted by daylight savings time. +This example uses a boolean method to verify if a date is adjusted by daylight saving time. ```powershell $DST = Get-Date @@ -176,7 +176,7 @@ True ``` A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method -to test if the date is adjusted for daylight savings time. +to test if the date is adjusted for daylight saving time. ### Example 7: Convert the current time to UTC time diff --git a/reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md b/reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md index 512b41370da9..b31c65d4d12d 100644 --- a/reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md +++ b/reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F `Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command is wrapped with parentheses so that the result is evaluated by the **DayofYear** property. -### Example 6: Check if a date is adjusted for daylight savings time +### Example 6: Check if a date is adjusted for daylight saving time -This example uses a boolean method to verify if a date is adjusted by daylight savings time. +This example uses a boolean method to verify if a date is adjusted by daylight saving time. ```powershell $DST = Get-Date @@ -176,7 +176,7 @@ True ``` A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method -to test if the date is adjusted for daylight savings time. +to test if the date is adjusted for daylight saving time. ### Example 7: Convert the current time to UTC time