Multiple choice technology programming languages

To convert a timestamp into a format more readable by a user, which function should you use?

  1. bitwise

  2. localtime

  3. translate

  4. transform

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The localtime function in Perl converts a Unix timestamp into a list of human-readable date/time components (seconds, minutes, hours, day, month, year, etc.).