Skip to content

Commit 5050134

Browse files
Copilotkendaleiv
andcommitted
Plan: Fix IANA support claims and add Azure SQL info
Co-authored-by: kendaleiv <1012917+kendaleiv@users.noreply.github.com>
1 parent 9be322b commit 5050134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ if (TimeZoneInfo.TryConvertIanaIdToWindowsId(ianaTimeZone, out var windowsTimeZo
5757
}
5858
```
5959

60-
This allows applications to accept IANA time zones from the browser and convert them for SQL Server instances that only support Windows time zone names. SQL Server 2022+ may also accept IANA names directly.
60+
SQL Server 2022 supports IANA time zone names directly in `AT TIME ZONE`the integration tests in this repository confirm this against SQL Server 2022. For older SQL Server versions that only recognize Windows time zone names, use the C# conversion above to translate the browser's IANA time zone before passing it to `AT TIME ZONE`.

0 commit comments

Comments
 (0)