Skip to content

Commit

Permalink
Change timestamp to UTC for generate_config_info command
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed May 20, 2020
1 parent bc53002 commit 0ff085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasker_config_utils
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ tasker_config_utils_generate_config_info() {
### Initialize Config Info

tasker_version="$(sed -nE 's/^<TaskerData sr="[^"]*"[^>]*tv="([^"]*)"[^>]*>$/\1/p' "$exported_tasker_config")"
timestamp="$(date +"%Y-%m-%d %H.%M.%S")"
timestamp="$(date -u +"%Y-%m-%d %H.%M.%S")"
export_info=$'\n\n'"## Export Info:"
export_info+=$'\n**Tasker Version:** `'"$tasker_version"'` '
export_info+=$'\n**Timestamp:** `'"$timestamp"'` '
Expand Down

0 comments on commit 0ff085f

Please sign in to comment.