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

com.concordium.sdk.Constants Maven / Gradle / Ivy

The newest version!
package com.concordium.sdk;

import java.time.ZoneId;

public class Constants {
    public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy