()
| 6947 | ).annotations({ identifier: "DateTimeUtc" }) {} |
| 6948 | |
| 6949 | const timeZoneOffsetArbitrary = (): LazyArbitrary<dateTime.TimeZone.Offset> => (fc) => |
| 6950 | fc.integer({ min: -12 * 60 * 60 * 1000, max: 14 * 60 * 60 * 1000 }).map(dateTime.zoneMakeOffset) |
| 6951 | |
| 6952 | /** |
| 6953 | * Describes a schema that represents a `TimeZone.Offset` instance. |
no test coverage detected