Skip to content

Commit

Permalink
change to english
Browse files Browse the repository at this point in the history
  • Loading branch information
deadda7a committed Apr 21, 2019
1 parent 83c245d commit 696593a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wannheim (1.2.3) unstable; urgency=low

* switch to english

-- Sebastian Elisa Pfeifer <[email protected]> Sun, 21.04.2019 20:30:00 +0200

wannheim (1.2.2-3) unstable; urgency=medium

* fix date detection (again)
Expand Down
6 changes: 3 additions & 3 deletions usr/bin/wannheimcli
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ output() {
if [ "$1" == "loop" ]; then
clear
fi
echo "Du bist hier seit: $(date -d @$login --rfc-2822)"
echo "Du kannst heim um: $(date -d @$logout --rfc-2822)"
echo "Es ist jetzt: $(date --rfc-2822)"
echo "You are here since: $(date -d @$login --rfc-2822)"
echo "You can leave at: $(date -d @$logout --rfc-2822)"
echo "Current time is: $(date --rfc-2822)"
remaining $(bc <<< $logout-$(date +%s))
}

Expand Down

0 comments on commit 696593a

Please sign in to comment.