Skip to content

Instantly share code, notes, and snippets.

@lstrojny
Created October 9, 2016 16:24
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 lstrojny/2fe8ad965a04e02aa3f15f55bb184434 to your computer and use it in GitHub Desktop.
Save lstrojny/2fe8ad965a04e02aa3f15f55bb184434 to your computer and use it in GitHub Desktop.
class Klass
{
private $timezone = new DateTimeZone('UTC');
private $date = new DateTime('NOW', $this->timezone);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment