Samuel Kittel

Results 3 comments of Samuel Kittel

According to the documentation on DateTime, the operators don't take Kind into account and instead just compares the Ticks value ([https://docs.microsoft.com/en-us/dotnet/api/system.datetime.op_greaterthan?view=netcore-3.1](https://docs.microsoft.com/en-us/dotnet/api/system.datetime.op_greaterthan?view=netcore-3.1)). Ticks appears to be independent of Kind, so both...

Sorry for the late reply. I believe the datetime was in local time because that's how the database driver (npgsql) handled fields of type "timestamp with time zone" (despite the...