Top "Nodatime" questions

Noda Time is a .NET library designed to simplify the correct handling of dates and times in the .NET environment.

How to translate between Windows and IANA time zones?

As described in the timezone tag wiki, there are two different styles of time zones. Those provided by Microsoft for …

c# .net timezone nodatime
DateTime.Now and Culture/Timezone specific

Our application was designed to handle user from different Geographic location. We are unable to detect what is the current …

c# asp.net datetime timezone nodatime
Converting between time zones with Noda Time

I'm currently trying to ensure that our legacy back-end can support resolving date times based on the user's current time …

c# datetime timezone timezone-offset nodatime
How does DateTimeOffset deal with daylight saving time?

I am storing schedules in the database as a day of the week, hour and minute. When the data is …

c# .net scheduling datetimeoffset nodatime
Validate System.DateTime is in a UTC format

I have a requirement to store all of the dates recorded in database must be recorded as UTC. So far …

c# timezone nodatime
Instant.Now for NodaTime

I'm trying to get a handle on using the Noda Time framework by Jon Skeet (and others). I'm trying to …

c# nodatime
Getting Started with Noda Time

I am looking to use Noda time for a fairly simple application, however I am struggling to find any documentation …

c# .net datetime nodatime
Best way to convert between noda time LocalDate and Datetime?

I am using both the native Datetime and the Noda Time library LocalDate in the project. The LocalDate is mainly …

c# datetime type-conversion nodatime
Getting the system's LocalDateTime in Noda Time

What is the idiomatic way to get the system's time as a LocalDateTime in Noda Time? The most direct method …

c# date datetime time nodatime
How should I convert a local DateTime to an Instant?

I have a situation where I would like to convert a DateTime to an Instant. I believe the DateTime's Kind …

.net nodatime