Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History
43 lines (24 loc) · 1.05 KB

File metadata and controls

43 lines (24 loc) · 1.05 KB

Command-Line Help for ts2date

This document contains the help content for the ts2date command-line program.

Command Overview:

ts2date

replaces UNIX timestamps in a stream by a formatted date

Usage: ts2date [OPTIONS] [INPUT_FILE] [OUTPUT_FILE]

Arguments:
  • <INPUT_FILE> — name of the file to read (default from stdin)

    Default value: -

  • <OUTPUT_FILE> — 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 <SRC_ZONE> — name of offset of source timezone (or 'list' to display all possible values

    Default value: UTC

  • -t, --to-timezone <DST_ZONE> — name of offset of destination timezone (or 'list' to display all possible values

    Default value: UTC


This document was generated automatically by clap-markdown.