Searched refs:STD (Results 1 – 1 of 1) sorted by relevance
4134 private static final int STD = 0; field in ZoneTextPrinterParser4226 case STD: in getDisplayName()4246 type = zone.getRules().isDaylightSavings(Instant.from(dt)) ? DST : STD; in format()4253 … type = zone.getRules().isDaylightSavings(ldt.atZone(zone).toInstant()) ? DST : STD; in format()