What is the best practice for handling missing or outdated Android time zone data in apps?
Goal: Provide consistent date and time formatting for users regardless of whether the device’s system tzdata package is present or up to date. Constraints: When tzdata is missing, ZoneId.systemDefault() falls back to GMT and logs a warning; SimpleDateFormat and DateTimeFormatter can produce different zone name strings via ICU; manufacturers may replace or om