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
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Publish an EventGridEvent with a DateTimeOffset property within the Data object. View the event in Event Grid Viewer. The Offset is not preserved and instead a DateTime is shown in UTC.
Expected/desired behavior
The string value of the field should be shown by using the DateParseHandling setting when deserializing JSON.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Expected/desired behavior
Mention any other details that might be useful
Azure/azure-sdk-for-net#19859
The text was updated successfully, but these errors were encountered: