CC-2932: Recorder: When show is recorded, the file name is generated

with UTC time.

- fixed
- new pybundle is created with 'pytz' package
This commit is contained in:
James 2011-10-05 17:27:00 -04:00
parent 7a03fc6a18
commit c35f77a9aa
4 changed files with 13 additions and 3 deletions

View file

@ -367,7 +367,7 @@ class ApiController extends Zend_Controller_Action
$show_inst->setRecordedFile($file_id);
$show_name = $show_inst->getName();
$show_genre = $show_inst->getGenre();
$show_start_time = $show_inst->getShowStart();
$show_start_time = ConvertToLocalDateTimeString($show_inst->getShowStart());
} catch (Exception $e){
//we've reached here probably because the show was