Skip to content

Commit

Permalink
Update calculos.php
Browse files Browse the repository at this point in the history
Fix line 41 calculos.php, date_default_zone
  • Loading branch information
wilsaav committed Jul 23, 2021
1 parent c575efa commit e1d5d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calculos.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
$freePbxOld=$conf->getFreePbxOld();
$con=$conDb->connect();
$pagina=1;
date_default_timezone_set('America/Santiago');
$year= date("Y");$mes=date("m");$dia=date("d");
$dateStart="$year/$mes/$dia 00:00:00";
$dateEnd="$year/$mes/$dia 23:59:59";
Expand Down

0 comments on commit e1d5d02

Please sign in to comment.