QuestionQ18

Filtering and Formatting Results

Which of the following functions is primarily used to convert epoch time into a string format?

  • A tostring
  • B strptime
  • C tonumber
  • D strftime
Explanation

The strftime function formats an epoch timestamp as a date/time string according to a specified format.

Community Discussion

No comments yet. Be the first to start the discussion!