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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -