Skip to content

Commit

Permalink
Change Date Format in Timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Oct 16, 2015
1 parent c837531 commit 9a9571e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fenrir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,9 @@ function evaluate_stat_mode
}

function timestamp {
echo $(date +%Y%m%d_%H%M%SZ)
echo $(date +%F_%T)
}


function log {
local type="$1"
local message="$2"
Expand Down

0 comments on commit 9a9571e

Please sign in to comment.