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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -