SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Add `Timestamp` methods for arithmetic with `Duration`

Open bfops opened this issue 9 months ago • 0 comments

BitCraft module, prior to the Timestamp overhaul, used Timestamp::checked_add(self, duration: Duration) -> Option<Self>. We should provide this same method, and likely any other arithmetic that SystemTime also offers.

bfops avatar Mar 07 '25 18:03 bfops