mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
7 lines
95 B
Text
7 lines
95 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
ut="${1:-0}"
|
||
|
|
ht="$(date -d "@$ut")"
|
||
|
|
echo "Unix Time : $ut"
|
||
|
|
echo "Human Time: $ht"
|