Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Resisting Complexity

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

Resisting Complexity

Avatar for Adam Wathan

Adam Wathan

July 25, 2018
Tweet

More Decks by Adam Wathan

Other Decks in Technology

Transcript

  1. a·gent noun /ˈājənt noun/ a noun denoting someone or something

    that performs the action of a verb, typically ending in -er or -or, e.g., worker, accelerator.
  2. $date = new DateTime('now', 'America/Chicago');
 $date->format('Y-m-d H:i'); 
 // 2018-07-25

    09:00 
 
 $date->setTimezone('Australia/Sydney');
 $date->format('Y-m-d H:i'); 
 // 2018-07-26 00:00