.files/nix/packages/by-name/hrt-time/my-day.patch

11 lines
298 B
Diff

diff --git a/hrt-time.sh b/hrt-time.sh
index d9811dd..f37aa6f 100755
--- a/hrt-time.sh
+++ b/hrt-time.sh
@@ -1,7 +1,7 @@
#!/bin/bash
secondsNow=$(date +%s)
-secondsThen=$(date -d "october 17 2024 19:00" +%s)
+secondsThen=$(date -d "november 12 2021" +%s)
seconds=$((secondsNow - secondsThen))