static int month() { ret localMonth(); } static int month(Timestamp now) { ret localMonth(toLong(now)); } static int month(long now) { ret localMonth(now); } static int month(long now, TimeZone tz) { ret parseInt(simpleDateFormat("M", tz).format(now)); }