-
Hi,
I've stumbled upon this project looking for exactly this feature for unit testing DateTime.UtcNow (without having to resort to 3rd party libraries like NodaTime etc), have cloned the repository a…
-
For certain calculations and reports, sometimes the concept of a week is needed. NodaTime already has logic for this (see https://nodatime.org/3.1.x/userguide/weekyears), but the `IWeekYearRule` only …
-
# Issue
Calling `Duration.FromSeconds(4.1)` creates a `Duration` with a time of `0:00:00:04.099999999` (`4099999999` nanoseconds).
https://dotnetfiddle.net/2tpYee
# Expected Behavior
A `Durati…
-
**Query:**
```
SELECT GETUTCDATE() AS [DateTime], NEWID() AS [Guid];
```
**Class:**
```csharp
public class WhatEverClass
{
public string DateTime { get; set; }
public string Guid { ge…
-
When I run both the executables & source I receive the message "Stream ended after reading 27 bytes out of 545"
Error manifests on t.GetAwaiter().GetResult();
Output
'SqlTzLoader.vshost.exe' (CLR…
-
I do not know if there is already a set of methods or extensions around this, but I thought it might be an interesting feature request. With `tolerance`, `plus`, `minus`, presented in a handful of use…
-
The repo at https://github.com/JodaOrg/global-tz is derived from the IANA database, but reinstating data that has been removed.
Currently we still just include the IANA database, but we should consid…
-
After returning back to this, I am certain this is a bug
DateTimeField isn't able to save datetime value because of how LocalClock.ConvertToUtcAsync is implemented.
Specifically AtStrictly at line…
-
I created an example application following the documentation, when switching from sqlite to mongodb I am getting the following error
`An error occurred while deserializing the CreatedAt property of…
-
### Steps to reproduce
```cs
var builder = new NpgsqlDataSourceBuilder(connectionString);
builder.UseNodaTime();
var dataSource = builder.Build();
using var cn = dataSource.OpenConn…