This chapter discusses date and time functions in Ring. It describes functions for getting the system time, date, and converting between date formats. These include Clock(), ClocksPerSecond(), Time(), Date(), TimeList(), AddDays(), DiffDays(), and EpochTime(). It also covers checking data types with functions like IsString(), IsNumber(), IsList(), Type(), and IsNULL(). Character checking functions such as IsAlNum(), IsAlpha(), IsDigit(), and IsUpper() are also discussed.