Avoid the magic constant (ZoneId.of(āZā)) in favor of a more descriptive API: ZoneOffset.UTC
Suppress false positives by adding the suppression annotation @SuppressWarnings("ZoneIdOfZ") to the enclosing element.
@SuppressWarnings("ZoneIdOfZ")