Jon@svn.torproject.org commited on 2009-10-05 01:27:39
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -835,7 +835,7 @@ print "Fetching the last updated date for each mirror.\n"; |
835 | 835 |
my $tortime; |
836 | 836 |
$tortime = FetchDate("http://www.torproject.org/"); |
837 | 837 |
# Adjust offical Tor time by out-of-date offset: number of days * seconds per day |
838 |
-$tortime -= 1 * 86400; |
|
838 |
+$tortime -= 1 * 172800; |
|
839 | 839 |
print "The official time for Tor is $tortime. \n"; |
840 | 840 |
|
841 | 841 |
foreach my $server ( keys %m ) { |
842 | 842 |