nodatime

A better date and time API for .NET

APACHE-2.0 License

Stars
2.8K
Committers
57

Bot releases are hidden (Show)

nodatime - Release 3.1.0 Latest Release

Published by jskeet over 2 years ago

Changes since 3.0.0:

  • Added .NET 6.0 target
  • Implemented DateOnly and TimeOnly conversions to/from
    LocalDate and LocalTime
  • Fixed BclDateTimeZone support in .NET 6.0 on Unix
  • Implemented ToString method for YearMonth
  • Improved error messages for bad format specifiers
  • Added LocalDateTime.MinIsoValue and LocalDate.MaxIsoValue
  • Added Period.Between overload accepting YearMonth values
  • Added YearMonth.PlusMonths method
  • Added Period.DaysBetween method (previously internal)
  • Various documentation improvements
nodatime - Release 3.1.0-rc.2

Published by jskeet over 2 years ago

nodatime - Release 3.1.0-rc.1

Published by jskeet over 2 years ago

nodatime - 3.0.0

Published by jskeet over 4 years ago

nodatime -

Published by jskeet over 4 years ago

This is hopefully the last beta release before 3.0.0.

See https://nodatime.org/versions for details.

nodatime - 3.0.0-beta01

Published by jskeet about 5 years ago

This will allow developers to test TypeConverter support straight from NuGet

nodatime - Alpha release of 3.0, for experimentation purposes

Published by jskeet over 5 years ago

nodatime - 2.4.0

Published by jskeet about 6 years ago

The 2.4.0 release has only two purposes:

  • Introduce a new netstandard2.0 target. This is the same code as the netstandard1.3 target - no BclDateTimeZone support, for example - but library authors are being encouraged to include a netstandard2.0 target as it reduces the indirect dependencies shown in Visual Studio when adding the package.

  • Fix #1193, a rare-but-fatal deadlock.

nodatime - 2.3.0

Published by jskeet over 6 years ago

nodatime - 2.3.0-beta02

Published by jskeet over 6 years ago

New beta including the calendar rename from Wondrous to Badi.

nodatime - 2.3.0-beta01

Published by jskeet almost 7 years ago

Beta release of 2.3.0, mostly to allow development of projects that will depend on it.

nodatime - 2.2.1

Published by jskeet about 7 years ago

This is a bug-fix release in the 2.2.x series. Bugs fixed:

  • #957: LocalInstant.SafeMinus gives incorrect result around the start/end of time
  • #971: Clarify exception for unknown standard patterns to point to %
  • #979: Instant bounds checking bypassed
  • #981: Failure to parse time zones such as "Etc/GMT-12"
nodatime - 1.4.1

Published by jskeet about 7 years ago

Bug-fix release for the 1.4.x series.

Fixes issue #981 where time zones such as "Etc/GMT-12" would sometimes not be parsed properly.

nodatime - 2.2.0

Published by jskeet over 7 years ago

Accidental release, promoted due to nuget issues.

This is absolutely equivalent to 2.1.0.

nodatime - 1.4.0

Published by jskeet over 7 years ago

Full release for 1.4.0. This is a migration-enabling release, providing a way of making code as ready for 2.0.0 as possible without breaking anything.

nodatime - 2.1.0

Published by jskeet over 7 years ago

Full 2.1.0 release. New features:

  • Some optimizations to Period which didn't get into 2.0.x (most Duration ones did)
  • Making the misnamed ToDayOfWeek extension method obsolete
  • Some extra functionality ParseResult
  • SourceLink support
  • Add LocalDate.MinIsoValue/MaxIsoValue (new since 2.1.0-beta01)
nodatime - 2.1.0 beta01

Published by jskeet over 7 years ago

First beta of 2.1.0.

New features in this release:

  • Some optimizations to Period which didn't get into 2.0.x (most Duration ones did)
  • Making the misnamed ToDayOfWeek extension method obsolete
  • Some extra functionality ParseResult
  • SourceLink support
nodatime - 1.4.0 Beta 1

Published by jskeet over 7 years ago

First beta for 1.4.0.

nodatime - 2.0.3

Published by jskeet over 7 years ago

  • Fix for #837: Instant.FromUnixTimeSeconds slow (fix in Duration.FromXyz)
  • Fix for #838: Improve Duration performance further
nodatime - 2.0.2

Published by jskeet over 7 years ago

Fix for #824 - incorrect Period computations.