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", "dateFromNum", "(JLorg/formulacompiler/runtime/internal/RuntimeLong_v2$Context;Ljava/util/TimeZone;Lorg/formulacompiler/runtime/ComputationMode;)Ljava/util/Date;" );
}
protected final void compile_util_toMsSinceUTC1970() throws CompilerException
{
final GeneratorAdapter mv = mv();