Skip to content

Instantly share code, notes, and snippets.

@baijian
Created May 22, 2014 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baijian/707f22cd0375a844419e to your computer and use it in GitHub Desktop.
Save baijian/707f22cd0375a844419e to your computer and use it in GitHub Desktop.
gmdate自动设置UTC时间.
echo(date_default_timezone_get() . "\n");
echo(date("Y-m-d\TH:i:s\Z") . "\n");
print gmdate("Y-m-d\TH:i:s\Z");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment