Document additional DateTimeOffset translations#5334
Merged
roji merged 2 commits intodotnet:preview.4from Apr 16, 2026
Merged
Conversation
AndriySvyryd
approved these changes
Apr 16, 2026
There was a problem hiding this comment.
Pull request overview
Documents new SQL Server translations introduced in EF Core 11, focusing on DateTimeOffset and additional date/time functionality.
Changes:
- Added a new “Additional DateTimeOffset and date/time translations” subsection to the EF Core 11 what’s new page.
- Expanded the SQL Server function mappings table with new
DateTimeOffsetmember translations andEF.Functions.DateTrunc().
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| entity-framework/core/what-is-new/ef-core-11.0/whatsnew.md | Adds a SQL Server subsection summarizing the new DateTimeOffset/date-time translations and links to function mappings. |
| entity-framework/core/providers/sql-server/functions.md | Adds new rows documenting the SQL translations for additional DateTimeOffset members, constructors, and EF.Functions.DateTrunc(). |
Member
Author
|
@copilot resolve the merge conflicts in this pull request |
Member
Author
|
Sometimes it just doesn't listen |
Document dotnet/efcore#38076 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0518e99 to
4ce93b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document dotnet/efcore#38076
Updates the SQL Server function translations page with new entries for:
dateTimeOffset.DateTime,.UtcDateTime,.LocalDateTimedateTimeOffset.Offset.TotalMinutesdateTimeOffset.ToOffset(offset)new DateTimeOffset(dateTime)andnew DateTimeOffset(dateTime, offset)EF.Functions.DateTrunc(datepart, value)Adds a new subsection under SQL Server in the EF Core 11 what's new page summarizing these additions.