Documentation
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH ordinary-utils-timestamp 1  "timestamp 0.6.0" 
.SH NAME
ordinary\-utils\-timestamp \- generate a UNIX timestamp for the current time (i.e. `date +%s`)
.SH SYNOPSIS
\fBordinary utils timestamp\fR [\fB\-u\fR|\fB\-\-unit\fR] [\fB\-f\fR|\fB\-\-fmt\fR] [\fB\-p\fR|\fB\-\-project\fR] [\fB\-\-api\-domain\fR] [\fB\-\-insecure\fR] [\fB\-\-danger\-accept\-invalid\-certs\fR] [\fB\-v\fR|\fB\-\-verbose\fR]... [\fB\-q\fR|\fB\-\-quiet\fR]... [\fB\-\-pretty\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] 
.SH DESCRIPTION
generate a UNIX timestamp for the current time (i.e. `date +%s`)
.SH OPTIONS
.TP
\fB\-u\fR, \fB\-\-unit\fR \fI<UNIT>\fR [default: seconds]
unit of time
.br

.br
\fIPossible values:\fR
.RS 14
.IP \(bu 2
seconds
.IP \(bu 2
millis
.IP \(bu 2
micros
.IP \(bu 2
nanos
.RE
.TP
\fB\-f\fR, \fB\-\-fmt\fR \fI<FMT>\fR
formatting (uses `time` crate <https://time\-rs.github.io/book/api/format\-description.html>)

i.e. `"[year]/[month]/[day] [hour]:[minute]:[second]"`
.TP
\fB\-p\fR, \fB\-\-project\fR \fI<PROJECT>\fR [default: .]
project path
.TP
\fB\-\-api\-domain\fR \fI<API_DOMAIN>\fR
should only be necessary with localhost or when addressing by IP
.TP
\fB\-\-insecure\fR
use HTTP instead of HTTPS
.TP
\fB\-\-danger\-accept\-invalid\-certs\fR
DANGER: only use when working with self\-signed localhost certs
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Increase logging verbosity
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Decrease logging verbosity
.TP
\fB\-\-pretty\fR
whether to pretty print events to stdio
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help (see a summary with \*(Aq\-h\*(Aq)
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
.SH VERSION
v0.6.0