Manual:FixTimestamps.php/cs

Verze MediaWiki:
1.7
Category:MediaWiki code/cs#FixTimestamps.php

Podrobnosti

Soubor fixTimestamps.php je údržbový skript, který opravuje poškození časového razítka způsobené dočasným nastavením nesprávného času na jednom nebo více webových serverech.

The time offset must be known and consistent. Start and end times (in 14-character format) restrict the search, and must bracket the damage. There must be a majority of good timestamps in the search period.

Options/Arguments

ArgumentDescriptionRequired?
offsetTime offset (in hours)Požadované
startStarting timestampPožadované
endEnding timestampPožadované

Usage

php maintenance/run.php purgeChangedFiles offset start end
Terminal
Ve verzi MediaWiki 1.39.12 a starší musíte vyvolat skripty údržby pomocí php maintenance/scriptName.php namísto php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/cs#FixTimestamps.php Category:Content maintenance scripts/cs
Category:Content maintenance scripts/cs Category:Maintenance scripts/cs Category:MediaWiki code/cs