==== →TIME ==== ---- Set current system time ---- ^ __Input Stack__ ^ ^ __Output Stack__ ^ | **Rtime** | **→** | **** | | //Level 1// | //→// | //Level 1// | {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} | **Keyword type** | [[manual:chapter5:basics#commands|Command]] || | **Parallel list processing capabilities** | [[manual:chapter5:listproc#group-4commands-that-set-modes-states|Group 4]] | //Commands that set modes / states// | | **Affected by flags** | //None// || ---- The ''→TIME'' command sets the time on the calculator. The time is expressed by a real number in the format **HH.MMSS**, where: * **HH** are the hours; * **MM** are the minutes; * **SS** are the seconds. The range of allowable times is **00.0000** to **23.5959**. It is to be noted that the time is always in 24-hour format, regardless of the state of flag [[manual:appendix:flags#flag-41|-41]]. ---- ''→TIME'' is not fully equivalent to its **userRPL** counterpart. In particular: * in **userRPL** the time value can express fractions of seconds too; in **newRPL** it is not allowed. ---- **__Input__** 4: 3: 2: 1: 15.3035 ………………………………………………………………………………………………………… →TIME \\ **__Output__** 4: 3: 2: 1: ………………………………………………………………………………………………………… ---- {{page>manual:chapter6:system&nofooter&noeditbtn&inline}}