Skip to content

Commit 479fe11

Browse files
authored
Update at-time-zone-transact-sql.md
verified on SQL2016
1 parent d9eea63 commit 479fe11

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
@@ -103,8 +103,7 @@ The **datetimeoffset** value in the target time zone.
103103
--Result: 2015-10-25 01:01:00 +02:00
104104
105105
/*
106-
Time from the "overlapped interval" is presented with standard time
107-
offset (before the change)
106+
Time from the "overlapped interval" is presented with DST offset (before the change)
108107
*/
109108
SELECT CONVERT(DATETIME2(0), '2015-10-25T02:00:00', 126)
110109
AT TIME ZONE 'Central European Standard Time';

0 commit comments

Comments
 (0)