{
final GeneratorAdapter mv = mv();
final int loc = localsOffset();
compile_context();
compile_environment();
mv.visitMethodInsn( Opcodes.INVOKEVIRTUAL, "org/formulacompiler/runtime/internal/Environment", "timeZone", "()Ljava/util/TimeZone;" );
compile_computationMode();
mv.visitMethodInsn( Opcodes.INVOKESTATIC, "org/formulacompiler/runtime/internal/RuntimeLong_v2", "dateToNum", "(Ljava/util/Date;Lorg/formulacompiler/runtime/internal/RuntimeLong_v2$Context;Ljava/util/TimeZone;Lorg/formulacompiler/runtime/ComputationMode;)J" );
}
protected final void compile_util_fromMsSinceUTC1970() throws CompilerException