# Command-Line Help for `ts2date` This document contains the help content for the `ts2date` command-line program. **Command Overview:** * [`ts2date`↴](#ts2date) ## `ts2date` replaces UNIX timestamps in a stream by a formatted date **Usage:** `ts2date [OPTIONS] [INPUT_FILE] [OUTPUT_FILE]` ###### **Arguments:** * `` — name of the file to read (default from stdin) Default value: `-` * `` — name of the file to write (default to stdout) Default value: `-` ###### **Options:** * `-v`, `--verbose` — Increase logging verbosity * `-q`, `--quiet` — Decrease logging verbosity * `-f`, `--from-timezone ` — name of offset of source timezone (or 'list' to display all possible values Default value: `UTC` * `-t`, `--to-timezone ` — name of offset of destination timezone (or 'list' to display all possible values Default value: `UTC`
This document was generated automatically by clap-markdown.