*** 439,11 *** * Constructor. * * @param totalSeconds the total time-zone offset in seconds, from -64800 to +64800 */ private ZoneOffset(int totalSeconds) { - super(); this.totalSeconds = totalSeconds; id = buildId(totalSeconds); } private static String buildId(int totalSeconds) { --- 439,10 ---