Java ZoneId getZoneId()

Here you can find the source of getZoneId()

Description

get Zone Id

License

Creative Commons License

Declaration

private static ZoneId getZoneId() 

Method Source Code

//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
}

Related

  1. getDefaultZoneId()
  2. getRequestTimeZone(String timestamp)
  3. getTimezone(String tzid)
  4. getTimeZoneId(final TimeZone tz)
  5. getZoneDateTime(Date d, String tzId)
  6. getZoneId(String tzId)
  7. now()
  8. parseBuildTimestamp(String buildTimestamp)
  9. parseDateTime(String yyyymmdd, String hhmmss)