All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.defendev.common.time.TimeUtil Maven / Gradle / Ivy

package org.defendev.common.time;

import java.time.ZoneId;

public class TimeUtil {

    public static final ZoneId ZULU_ZONE_ID = ZoneId.of("Z");

    public static final ZoneId EUROPE_WARSAW_ZONE_ID = ZoneId.of("Europe/Warsaw");

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy