SpacetimeDB
SpacetimeDB copied to clipboard
Add `Timestamp` methods for arithmetic with `Duration`
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.