Skip to content

Commit

Permalink
Merge pull request #17 from Packet-Clearing-House/dev-16
Browse files Browse the repository at this point in the history
fix #16 with call to date_default_timezone_set
  • Loading branch information
Ths2-9Y-LqJt6 authored Jul 10, 2018
2 parents d3bf56a + 6331733 commit d174319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multi-file.gzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
require_once("config2.php");

// init
date_default_timezone_set('UTC');
$sleep = 0;
$startDate = time();
$threeMin = 180;
Expand Down

0 comments on commit d174319

Please sign in to comment.