31323334353637
public final class Time$native { public static final BigInteger MILLIS = BigInteger.valueOf(1000); public static WyRat current() { long current = java.lang.System.currentTimeMillis(); return new WyRat(BigInteger.valueOf(current),MILLIS); }