Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 277 Bytes

Readme.md

File metadata and controls

19 lines (12 loc) · 277 Bytes

date

Date processing functions for shell scripts.

API

date_now

Prints the current time in seconds since the Unix epoch (1970-01-01 00:00:00 UTC).

#!/usr/bin/env import
import "date"

date_now
# 1590871495