Skip to content

Instantly share code, notes, and snippets.

@natp0ng
Last active October 1, 2015 15:38
Show Gist options
  • Save natp0ng/2016909 to your computer and use it in GitHub Desktop.
Save natp0ng/2016909 to your computer and use it in GitHub Desktop.
set time zone
<?php
date_default_timezone_set('Asia/Bangkok');
echo date('d-m-Y H:i:s');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment