标签: java datetime timezone epoch datetimeoffset
在将OffsetDateTime转换为时间戳时如何避免区域问题。我目前以resultDTO.getEffectivePeriodEnd().toInstant().toEpochMilli());的身份进行操作,但采用当前时区。如何转换为UTC时间戳?
resultDTO.getEffectivePeriodEnd().toInstant().toEpochMilli());