Re: [PATCH v1] rust: time: Add examples with doctest for Delta
From: Miguel Ojeda
Date: Fri Jul 04 2025 - 03:39:18 EST
On Fri, Jul 4, 2025 at 9:28 AM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> I don't know what the very large constants are
They come from `i64::MAX / 1000`.
> Maybe if the constants had a name, or were expressed relative to another constant?
Yes, we should do that.
Cheers,
Miguel