1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-10-22 20:34:29 -04:00

set time zone in environment variable

This commit is contained in:
2017-07-16 21:15:25 -04:00
parent 08d66be2da
commit 2390facaab
2 changed files with 2 additions and 3 deletions

View File

@@ -7,5 +7,5 @@
die("Connection failed: " . mysqli_connect_error());
}
mysqli_query($conn, 'SET time_zone = "' . $timezone_number . '"');
mysqli_query($conn, 'SET time_zone = "' . $timezone_name . '"');
?>