Atom - ŒT - Format Time

Characters: Π, T

Tags: miscellaneous , string , vectorize

Arity: monadic

This atom is monadic, which means it takes one argument.

Functionality

Format the current time; if the last three bits of z are abc, include the hour if a is true, the minute if b is true, and the second if c is true.

Details

The time is returned in 24-hour time joined on colons. The following lookup table indicates the formatting (based on the last three bits, or the number % 8):

NumberBit RepresentationFormat
0000
1001SS
2010MM
3011MM:SS
4100HH
5101HH:SS
6110HH:MM
7111HH:MM:SS