2025-07-05 14:00:00 +00:00

4 lines
124 B
Bash
Executable File

#!/bin/bash
date_str=$(date "+%H:%M:%S %d.%m.%Y")
echo "{\"text\":\" $date_str\",\"tooltip\":\"Current Time and Date\"}"