'Current Info', 'description' => 'Displays the current weather and time in Calgary, AB, Canada' ]; } public function onRun() { date_default_timezone_set('America/Edmonton'); $this->fields['time'] = date('g:ia'); } }