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

com.scalar.dl.ledger.util.Time Maven / Gradle / Ivy

The newest version!
package com.scalar.dl.ledger.util;

import java.util.Calendar;
import java.util.TimeZone;

public class Time {

  public static long getCurrentUtcTimeInMillis() {
    return Calendar.getInstance(TimeZone.getTimeZone("UTC")).getTimeInMillis();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy