current_time = Time.now puts current_time.year # سال puts current_time.month # ماه puts current_time.day # روز puts current_time.hour # ساعت puts current_time.min # دقیقه puts current_time.sec # ثانیه