summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vzds4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/vzds b/bin/vzds
index 749c3ee..98ef0fb 100755
--- a/bin/vzds
+++ b/bin/vzds
@@ -38,7 +38,9 @@ my $yellow = $im->colorAllocateAlpha(255, 255, 200, $alpha);
my $red = $im->colorAllocateAlpha(255, 191, 191, $alpha);
my $text;
-my $start = time();
+my $start = time() - (3600 * 3);
+# ^^^^^^^^
+# Nerd daychange adjustment (3am makes more sense)
if ($opts{'t'}) {
$start -= $opts{'t'} * (3600 * 24 * 7);