[tor-commits] [donate/master] Changed end of campaign to 2019-12-31 20:00

peterh at torproject.org peterh at torproject.org
Tue Dec 31 22:36:25 UTC 2019


commit 7bc31894b7def7fe55aa35b4b248ed1588ef164e
Author: Peter Haight <peterh at giantrabbit.com>
Date:   Tue Dec 31 14:35:38 2019 -0800

    Changed end of campaign to 2019-12-31 20:00
    
    Sarah asked to have us turn off the counters immediately, so I'm just
    setting it to this time which just passed.
---
 src/CampaignController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CampaignController.php b/src/CampaignController.php
index daf550e8..1c795114 100644
--- a/src/CampaignController.php
+++ b/src/CampaignController.php
@@ -37,7 +37,7 @@ class CampaignController extends BaseController {
   }
 
   public static function is_matching_donation($now) {
-    $donateMatchingEndDate = \DateTime::createFromFormat('Y-m-j-H:i:s', '2020-01-01-07:59:59', new \DateTimeZone('UTC'));
+    $donateMatchingEndDate = \DateTime::createFromFormat('Y-m-j-H:i:s', '2019-12-31-22:00:00', new \DateTimeZone('UTC'));
 
     if ($now > $donateMatchingEndDate) {
       return FALSE;



More information about the tor-commits mailing list