Joseph Moore

Results 3 issues of Joseph Moore

Due to the unpredictable nature of [leap seconds](https://github.com/davedelong/calendar_fallacies/issues/20), an interval that includes any date in the future cannot be guaranteed to be accurate. At any time, the [IERS](https://en.wikipedia.org/wiki/International_Earth_Rotation_and_Reference_Systems_Service) can declare...

A UTC minute can be 59, 60, or 61 seconds long, due to "[leap seconds](https://en.wikipedia.org/wiki/Leap_second)." Leap seconds are added (or subtracted) at the end of a month to account for...

# Problem The [`aggregateSum`](https://github.com/morintd/prismock/blob/9fa7e56e1baaa11f477cd8fb58ae062e51309be9/src/lib/operations/aggregate.ts#L67) function doesn't work for values in a `Decimal` column. Given a table like | value (Decimal) | |-----------------| | 1 | | 2 | | 3...