(ChronoEntity<?> entity)
| 4412 | } |
| 4413 | |
| 4414 | private int getOffset(ChronoEntity<?> entity) { |
| 4415 | |
| 4416 | return this.tz.getStrategy().getOffset( |
| 4417 | entity.get(PlainDate.COMPONENT), |
| 4418 | entity.get(PlainTime.COMPONENT), |
| 4419 | this.tz |
| 4420 | ).getIntegralAmount(); |
| 4421 | |
| 4422 | } |
| 4423 | |
| 4424 | } |
| 4425 |
no test coverage detected