Laraue.EfCoreTriggers icon indicating copy to clipboard operation
Laraue.EfCoreTriggers copied to clipboard

`current_timestamp` should be converted from `DateTimeOffset.Now` instead of `new DateTimeOffset()`

Open RamType0 opened this issue 8 months ago • 0 comments

In C# signature, new DateTimeOffset() returns 0001/01/01 0:00:00 +00:00. So, it is not suitable for current_timestamp representation in C#. It should be DateTimeOffset.Now!

RamType0 avatar Jun 19 '24 04:06 RamType0