Java中的Clock system()方法
可以使用system()JavaClockClass中的方法获取所需zoneID的当前时钟实例。此方法需要一个参数,即zoneID或时区,并返回该时区的时钟的当前实例。
演示此的程序如下所示-
示例
import java.time.*;
public class Main {
public static void main(String[] args) {
ZoneId zone = ZoneId.of("Australia/Melbourne");
Clock c = Clock.system(zone);
ZonedDateTime zdt = c.instant().atZone(c.getZone());
System.out.println("The Date Time for the given zone is: " + zdt.toString());
}
}输出结果
The Date Time for the given zone is: 2019-02-06T23:03:16.395+11:00[Australia/Melbourne]
现在让我们了解上面的程序。
使用方法获得所需zoneID的当前时钟实例system()。使用方法显示即时信息toString()。演示这的代码片段如下-
ZoneId zone = ZoneId.of("Australia/Melbourne");
Clock c = Clock.system(zone);
ZonedDateTime zdt = c.instant().atZone(c.getZone());
System.out.println("The Date Time for the given zone is: " + zdt.toString());热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短