function timestamp --wraps "date" --description "Return current unix timestamp" # The Unix timestamp is the number of seconds from 01 January 1970 (the unix epoch date) date "%s" end