Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDL6ER <DL6ER@users.noreply.github.com>2020-01-20 22:20:51 +0300
committerGitHub <noreply@github.com>2020-01-20 22:20:51 +0300
commit29f06a444434c48c4258aebfebc5bd4094f57628 (patch)
treeda537885186fe8634f6c7d371bd61521e8a60087 /advanced
parentbf01f725f7c047865181a72e9026d66e0f452697 (diff)
parent3f9e79f152b404e9d92d786977e796d510a5e63a (diff)
Merge pull request #3090 from pi-hole/tweak/debug_group_humanreadable_timestamps
Print human-readable timestamps in the debugger's gravity output
Diffstat (limited to 'advanced')
-rwxr-xr-xadvanced/Scripts/piholeDebug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh
index 84e34416..76a409f9 100755
--- a/advanced/Scripts/piholeDebug.sh
+++ b/advanced/Scripts/piholeDebug.sh
@@ -1105,7 +1105,7 @@ show_db_entries() {
}
show_groups() {
- show_db_entries "Groups" "SELECT * FROM \"group\"" "4 4 30 50"
+ show_db_entries "Groups" "SELECT id,name,enabled,datetime(date_added,'unixepoch','localtime') date_added,datetime(date_modified,'unixepoch','localtime') date_modified,description FROM \"group\"" "4 50 7 19 19 50"
}
show_adlists() {