private function setTimeZone()
 {
     DbConn::loadDotenv();
     date_default_timezone_set(getenv('TIME_ZONE'));
 }