jenkins-bot has submitted this change and it was merged.

Change subject: Update start time for rally
......................................................................


Update start time for rally

Change-Id: I1b6bac878b018a276106f691bdf6a0c270c2cd59
---
M SpecialRally.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/SpecialRally.php b/SpecialRally.php
index eb47afc..75f6156 100644
--- a/SpecialRally.php
+++ b/SpecialRally.php
@@ -96,7 +96,7 @@
                                        'page_latest'
                                );
                                $conds = array(
-                                       "rc_timestamp >= 20150517000000",
+                                       "rc_timestamp >= 20150516200000",
                                        "rc_timestamp <= 20150525235959",
                                        'rc_new' => 1,
                                        'rc_bot' => 0,
@@ -223,7 +223,7 @@
                        $tables = array( 'recentchanges', 'page' );
                        $fields = array( 'rc_title', 'rc_namespace', 
'rc_this_oldid', 'page_latest' );
                        $conds = array(
-                               "rc_timestamp >= 20150517000000",
+                               "rc_timestamp >= 20150516200000",
                                "rc_timestamp <= 20150525235959",
                                'rc_new' => 1,
                                'rc_bot' => 0,

-- 
To view, visit https://gerrit.wikimedia.org/r/211436
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1b6bac878b018a276106f691bdf6a0c270c2cd59
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to