Top "Datetimeoffset" questions

DateTimeOffset is a data structure that encapsulates a DateTime value and the Offset from UTC that the value reflects.

Json.Net messes up timezones for DateTimeOffset when serializing

I have looked at a lot of related questions but none of them seem to be working for me. I'm …

c# datetime serialization json.net datetimeoffset
Difference between DateTimeOffset?(Nullable) and DateTimeOffset.Now

How can I calculate the time between between a nullable DateTimeOffset? to DateTimeOffset.Now ? I need the result like "x …

c# datetime nullable datetimeoffset
Migration from local server to Azure: TIMEZONE UTC. How to solve?

I designed my application considering the fact that, according to the specifications, should run on a server located in Italy …

datetime azure utc datetimeoffset
DateTimeOffset default value

I would like to set default value to DateTimeOffset - it should not be DateTime.Now but rather DateTime.MinValue …

default datetimeoffset
The conversion of a datetimeoffset data type to a datetime data type resulted in an out-of-range value

Using SQL Server 2008.I have a table called User which has a column LastLogindata with datetimeoffset datatype The following query …

sql-server datetimeoffset
DateTimeOffset resolution in c# and SQL Server

Docs state that in both .NET and SQL server the resolution is 100ns. The time component of a DateTimeOffset value …

c# .net sql-server-2008 datetimeoffset time-precision
String of date to OffsetDateTime

I am converting string of date/datetime to OffsetDateTime and I have datetime format which may have one of these …

java-8 java-time datetimeoffset datetime-parsing
Is it possible to serialize DateTimeOffset to zulu time string with Json.NET?

I have a DateTimeOffset object of "05/06/2014 05:54:00 PM -04:00". When serializing using Json.NET and ISO setting, I get "2014-05-06…

c# json.net datetimeoffset
Will/Does MySQL support DATETIMEOFFSET?

I'm currently using a shared hosting plan, and I'm not sure which version of MySQL it's using, but it does …

mysql datetimeoffset
How to compare two DateTimeOffSet?

I have a variable which is of type DateTimeOffSet. I'd like to filter all the projectS that were created after …

c# datetimeoffset