-
Hello everyone. When trying to use NodaTime along with the project, I receive an exception:
```
System.Text.Json.JsonException: Cannot convert value to NodaTime.Instant
---> NodaTime.Text.Unparsa…
-
- [ ] Handlebars @tonysneed
- [ ] Firebird provider @cincuranet
- [ ] Oracle provider @alexkeh
- [ ] MySql Pomelo provider @lauxjpn
- [x] NodaTime for SQL Server @stevenrasmussen
- [ ] NodaTi…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
The LocalDate scalar (presumably from HotChocolate.Types.NodaTime) has this description in the GraphQL schema:
> LocalDa…
-
Parent [#52]
Site: nodatime.org
A framework to assist in making all date/time handling consistent without regard to time zones, daylight savings time, etc. Also provides a testing framework where d…
-
As the title says, using nodatime types as query parameters on a [minimal api](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/overview) doesn't compile, it throws the followin…
-
It has especially good utilities for time, time zone... etc.
-
https://nodatime.org/3.0.x/userguide/zoneddatetime-patterns
-
`Instant` currently doesn't support adding `days` because they're treated as "calendar days" in the rest of the library (which aren't always 24 hours due to DST). However, for `Instant` days *can* be …
-
Currently, if you have a custom formatter for a particular type (e.g. NodaTime's `Instant`, for example), you have to specify the formatter on every single property of that type — this is tedious and …
-
Repro steps:
```
git clone https://github.com/nodatime/nodatime
cd nodatime && git checkout c6158de491e041c07a8a12147676e57683302554
docker run -v $(pwd):/app sourcegraph/scip-dotnet:latest scip…