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

nl.vpro.util.BindingUtils Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package nl.vpro.util;

import java.time.ZoneId;

/**
 * @author Michiel Meeuwissen
 * @since 2.5
 */
public class BindingUtils {

    private BindingUtils() {

    }

    public static final ZoneId DEFAULT_ZONE = ZoneId.of("Europe/Amsterdam");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy