tinyduration icon indicating copy to clipboard operation
tinyduration copied to clipboard

Align data structure to Temporal.Duration

Open MelleB opened this issue 7 months ago • 0 comments

Temporal.Duration defines extra attributes:

  • milliseconds
  • microseconds
  • nanoseconds
  • sign ([-1, 0, 1] instead of negated boolean)

This is considered a breaking change and would require releasing a new version.

MelleB avatar Oct 01 '25 20:10 MelleB