java.time.OffsetDateTime.toLocalTime() 方法示例 java.time.OffsetDateTime.toLocalDateTime() 方法示例 java.time.OffsetDateTime.toOffsetTime() 方法示例 java.time.OffsetDateTime.toLocalTime() 方法示例 package com.codingdict; import java.time.OffsetDateTime; public class OffsetDateTimeDemo { public static void main(String[] args) { OffsetDateTime date = OffsetDateTime.now(); System.out.println(date.toLocalTime()); } } java.time.OffsetDateTime.toLocalDateTime() 方法示例 java.time.OffsetDateTime.toOffsetTime() 方法示例