date command

This commit is contained in:
2026-01-17 01:27:33 +03:30
parent e210a6e44e
commit 27f18f5b4a
2 changed files with 104 additions and 149 deletions

View File

@@ -0,0 +1,4 @@
create epoch time
```bash
date -d "2026-01-13 14:31:26" +%s%3N
`````