Skip to content

Instantly share code, notes, and snippets.

@careydayrit
Created October 22, 2019 14:10
Show Gist options
  • Save careydayrit/3cfca7d73d586c08ce332fb1bd703787 to your computer and use it in GitHub Desktop.
Save careydayrit/3cfca7d73d586c08ce332fb1bd703787 to your computer and use it in GitHub Desktop.
Get Server Timezone
<?php
echo date_default_timezone_get();
echo '<br>';
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