/* * Decompiled with CFR 0.152. */ package com.tridium.platform.qnx; class TimeZoneEntry { String tz_name; String tz_str; String tz_dst_suffix; String etcTimezone; TimeZoneEntry(String string, String string2, String string3) { this.tz_name = string; this.tz_str = string2; this.tz_dst_suffix = string3; this.etcTimezone = string2 + string3; } }