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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -