Skip to content

Convert a list of UNIX timestamps

Process every line independently and turn epoch seconds into UTC dates.

Install in Serialize →

What it can do

  • Split newline-delimited values
  • Apply the same operation to each record
  • Convert UNIX seconds to readable UTC
  • Rejoin results while preserving list order

Recipe

Fork(newline) → From UNIX Timestamp(seconds)

Input:

978346800
1012651200
1046696400

This Fork pattern generalizes to hashes, IP addresses, identifiers, and other record-oriented input. Choose a delimiter that cannot appear inside one record.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close