core-java icon indicating copy to clipboard operation
core-java copied to clipboard

Move `toZoneOffset(ZoneId)` from `TestActorRequestFactory`

Open alexander-yevsyukov opened this issue 4 years ago • 0 comments

The method is now in TestActorRequstFactory. It was introduced there while improving testing utilities.

The whole story is a bit bigger. We probably need to avoid using the offset in data such as EventContext. This value can be calculated, assuming we have an Instant and ZoneId.

alexander-yevsyukov avatar Mar 22 '20 21:03 alexander-yevsyukov