You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.Date.Tz is of course a string representing a Tzdb timezone identifier, e.g. "Pacific/Auckland".
The error returned is "Translation of method 'NodaTime.Instant.InZone' failed."
It this possible or are there better ways to achieve this?
The text was updated successfully, but these errors were encountered:
thj-dk
changed the title
Translation error when storing (Instant, TimeZoneId) and filtering on local date time values
Translation error when storing NodaTimes (Instant, TimeZoneId) and filtering on local date time values
Jun 9, 2024
thj-dk
changed the title
Translation error when storing NodaTimes (Instant, TimeZoneId) and filtering on local date time values
Translation error when storing NodaTime (Instant, TimeZoneId) and filtering on local date time values
Jun 9, 2024
I'm attempting to achieve the following query using the latest NodaTime and EF Core packages:
This is my attempt:
e.Date.Tz
is of course a string representing a Tzdb timezone identifier, e.g. "Pacific/Auckland".The error returned is "Translation of method 'NodaTime.Instant.InZone' failed."
It this possible or are there better ways to achieve this?
The text was updated successfully, but these errors were encountered: