-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
I'm trying to build the test suite in UTC-5:00, and I think there's a timezone formatting issue here:
Swapping L46-L49 with the following fixed it on my dev machine:
var offset = TimeZoneInfo.Local.BaseUtcOffset.Hours;
Assert.StartsWith($"TIMESTAMPTZ '1997-12-17 07:37:16{offset:+00;-00}",
mapping.GenerateSqlLiteral(new DateTime(1997, 12, 17, 7, 37, 16, DateTimeKind.Local)));Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels