KeithHunt Posted January 29, 2019 Report Posted January 29, 2019 I'm on the PHP course chptr 4 lesson 1 We are checking out the php.ini doc for the first time. My doc has the date.timezone commented out and with no time zone set: [Date] ; Defines the default timezone used by the date functions ;date.timezone = Is this a problem or should I ignore? Should I uncomment it out, and set to UTC? On StackOverflow, they recommend using the date_default_timezone_get() function to see the default timezone, I added that to this lessons document, saved and refreshed, and got nothing. -Keith
administrator Posted January 30, 2019 Report Posted January 30, 2019 At this point, you don't have to worry about this. Setting this comes into play in production situations.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now