Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
NodaTime Alternatives
Similar projects and alternatives to NodaTime
-
DateTimeExtensions
This project is a merge of several common DateTime operations on the form of extensions to System.DateTime, including natural date difference text (precise and human rounded), holidays and working days calculations on several culture locales.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Exceptionless.DateTimeExtensions
DateTimeRange, Business Day and various DateTime, DateTimeOffset, TimeSpan extension methods
-
UnitsNet
Makes life working with units of measurement just a little bit better.
-
-
SmartEnum
A base class for quickly and easily creating strongly typed enum replacements in C#.
-
ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
spiped
Spiped is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses.
-
.NET Runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
Eto.Forms
Cross platform GUI framework for desktop and mobile applications in .NET
-
manifold
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
-
LINQKit
LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
-
tigerbeetle
A distributed financial accounting database designed for mission critical safety and performance. [Moved to: https://github.com/tigerbeetledb/tigerbeetle] (by coilhq)
-
LevelDB
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
-
-
-
-
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NodaTime reviews and mentions
-
What your hidden nuget gems ?
Surprised no one mentioned https://github.com/nodatime/nodatime
-
moment.net: call for localization contributions
What does moment.net do better then a combination of (Humanizer)[https://github.com/Humanizr/Humanizer#humanize-datetime] and (NodaTime)[https://nodatime.org/]
- Ask HN: Examples of Top C# Code?
-
JDK 19 released
.NET's DateTime isn't amazing, it's true, but I think there's been some small improvements in that area recently. If you need something more robust, you can always reach for Noda Time.
-
How to handle time change when storing business hours
it's already been said... https://nodatime.org/
Use NodaTime. It's really nice to work with. It allows to store LocalTime (i.e. time of day). And then convert it to ZonedDateTime using some given LocalDate and DateTimeZone, which will adjust correctly for things like daylight savings. You can also easily convert a ZonedDateTime to UTC if needed or an unambiguous Instant which can be converted to any other time zone.
-
Ask HN: Codebases with great, easy to read code?
Noda time is very clean/well written IMO -> https://github.com/nodatime/nodatime
-
Please Put Units in Names
Yeah, before the new DateOnly (and TimeOnly) types, there was no built-in way in C# to specify a plain date. NodaTime[1] (a popular third-party library for datetime operations) did have such types though.
-
What is it about C# that you do NOT like compared to other languages?
But damn, I Just looked that up. It really does look like something I'll be showing the team. Really intuitive. https://nodatime.org/
-
A note from our sponsor - SonarLint
www.sonarlint.org | 9 Jun 2023
Stats
nodatime/nodatime is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of NodaTime is C#.