Here you can find the source of getZoneId()
private static ZoneId getZoneId()
//package com.java2s; //License from project: Creative Commons License import java.time.ZoneId; public class Main { private static ZoneId getZoneId() { return ZoneId.systemDefault(); }//from w w w . j a va 2 s . c o m }