Everything I write in .NET eventually makes it to a Linux container, I'm not quite writing code in the same environment, but the only difference I've encountered so far is how DateTime works with UTC.
What do you mean by that? I know that the timezone definitions in txdb are not the same as the ones MS uses on Windows, but it doesn't sound like you're talking about that.
Something about how Linux and Windows using different local times, Linux uses the hardware clock in UTC and then converts, Windows sets the hardware clock to "Local" time adjusted for daylight savings time (https://www.codeproject.com/Questions/533978/C-23plusWINDOWS...)
What do you mean by that? I know that the timezone definitions in txdb are not the same as the ones MS uses on Windows, but it doesn't sound like you're talking about that.