static int localMonth(long time) { ret parseInt(simpleDateFormat_local("MM").format(time)); } static int localMonth() { ret localMonth(now()); }