summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-01-27 02:18:09 +0100
committerache <ache@ache.one>2023-01-27 02:18:09 +0100
commit18ae6f74817a6f366ad6810e46428f209d7c49b4 (patch)
treef63ed2f429bc8f5ce62891559569f0e72ca916df /functions
parentGet the HTTPS certificat of a website (diff)
Quick date in iso 8601 format
Diffstat (limited to 'functions')
-rw-r--r--functions/dateiso.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/dateiso.fish b/functions/dateiso.fish
new file mode 100644
index 0000000..304d753
--- /dev/null
+++ b/functions/dateiso.fish
@@ -0,0 +1,2 @@
+alias 'dateiso'='date --iso-8601=seconds'
+# Can also be taped `date -Is`