Skip to content

Commit b6a98eb

Browse files
authored
Merge pull request #21630 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 2c914f9 + c0f6bac commit b6a98eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/t-sql/queries/at-time-zone-transact-sql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ The **datetimeoffset** value in the target time zone.
105105
--Result: 2015-10-25 01:01:00 +02:00
106106
107107
/*
108-
Time from the "overlapped interval" is presented with standard time
109-
offset (before the change)
108+
Time from the "overlapped interval" is presented with DST offset (before the change)
110109
*/
111110
SELECT CONVERT(DATETIME2(0), '2015-10-25T02:00:00', 126)
112111
AT TIME ZONE 'Central European Standard Time';

0 commit comments

Comments
 (0)