Skip to content

Commit 0ff085f

Browse files
Change timestamp to UTC for generate_config_info command
1 parent bc53002 commit 0ff085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasker_config_utils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ tasker_config_utils_generate_config_info() {
13751375
### Initialize Config Info
13761376

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

0 commit comments

Comments
 (0)