static String getTimeZoneIdentifiers(String zone) { final res = timeZoneDatabase.locations[zone]?.currentTimeZone.abbreviation; return res ?? ""; }