Epoch

From Federal Burro of Information
Revision as of 18:17, 26 February 2023 by David (talk | contribs) (Created page with "<pre> #!/bin/sh date -d "1970-01-01 UTC $1 seconds" </pre> category:script")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
#!/bin/sh
date -d "1970-01-01 UTC $1 seconds"