What can be the timezone and how we can set in php for Indonasia -


we setting timezone in php below india , singapore

date_default_timezone_set('asia/singapore'); date_default_timezone_set('asia/kolkata'); 

but jakarta didn't manage find code timezone. can set jakarta timezone or particular bunch

try this:

date_default_timezone_set('asia/jakarta'); 

check php timezone list


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -