Skip to content

Commit d7743e4

Browse files
authored
DST Grammar Correction (#10871)
1 parent 693d557 commit d7743e4

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
146146
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
147147
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.
148148

149-
### Example 6: Check if a date is adjusted for daylight savings time
149+
### Example 6: Check if a date is adjusted for daylight saving time
150150

151-
This example uses a boolean method to verify if a date is adjusted by daylight savings time.
151+
This example uses a boolean method to verify if a date is adjusted by daylight saving time.
152152

153153
```powershell
154154
$DST = Get-Date
@@ -160,7 +160,7 @@ True
160160
```
161161

162162
A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
163-
to test if the date is adjusted for daylight savings time.
163+
to test if the date is adjusted for daylight saving time.
164164

165165
### Example 7: Convert the current time to UTC time
166166

reference/7.2/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
162162
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
163163
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.
164164

165-
### Example 6: Check if a date is adjusted for daylight savings time
165+
### Example 6: Check if a date is adjusted for daylight saving time
166166

167-
This example uses a boolean method to verify if a date is adjusted by daylight savings time.
167+
This example uses a boolean method to verify if a date is adjusted by daylight saving time.
168168

169169
```powershell
170170
$DST = Get-Date
@@ -176,7 +176,7 @@ True
176176
```
177177

178178
A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
179-
to test if the date is adjusted for daylight savings time.
179+
to test if the date is adjusted for daylight saving time.
180180

181181
### Example 7: Convert the current time to UTC time
182182

reference/7.3/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
162162
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
163163
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.
164164

165-
### Example 6: Check if a date is adjusted for daylight savings time
165+
### Example 6: Check if a date is adjusted for daylight saving time
166166

167-
This example uses a boolean method to verify if a date is adjusted by daylight savings time.
167+
This example uses a boolean method to verify if a date is adjusted by daylight saving time.
168168

169169
```powershell
170170
$DST = Get-Date
@@ -176,7 +176,7 @@ True
176176
```
177177

178178
A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
179-
to test if the date is adjusted for daylight savings time.
179+
to test if the date is adjusted for daylight saving time.
180180

181181
### Example 7: Convert the current time to UTC time
182182

reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
162162
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
163163
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.
164164

165-
### Example 6: Check if a date is adjusted for daylight savings time
165+
### Example 6: Check if a date is adjusted for daylight saving time
166166

167-
This example uses a boolean method to verify if a date is adjusted by daylight savings time.
167+
This example uses a boolean method to verify if a date is adjusted by daylight saving time.
168168

169169
```powershell
170170
$DST = Get-Date
@@ -176,7 +176,7 @@ True
176176
```
177177

178178
A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
179-
to test if the date is adjusted for daylight savings time.
179+
to test if the date is adjusted for daylight saving time.
180180

181181
### Example 7: Convert the current time to UTC time
182182

reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
162162
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
163163
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.
164164

165-
### Example 6: Check if a date is adjusted for daylight savings time
165+
### Example 6: Check if a date is adjusted for daylight saving time
166166

167-
This example uses a boolean method to verify if a date is adjusted by daylight savings time.
167+
This example uses a boolean method to verify if a date is adjusted by daylight saving time.
168168

169169
```powershell
170170
$DST = Get-Date
@@ -176,7 +176,7 @@ True
176176
```
177177

178178
A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
179-
to test if the date is adjusted for daylight savings time.
179+
to test if the date is adjusted for daylight saving time.
180180

181181
### Example 7: Convert the current time to UTC time
182182

0 commit comments

Comments
 (0)