}
compile_util_fromMsSinceUTC1970();
return;
}
final ScaledLong scale = scaleOf( _method );
if (scale != null && scale.value() != 0) {
if (returnType == Long.class) {
compile_util_unboxLong();
}
if (!compileConversionFrom( scale )) {
throw new CompilerException.UnsupportedDataType( "Scaled long inputs not supported by " + this + "." );