[Home]

Summary:ASTERISK-16603: say_date_generic in app_playback.c ignores timezonename
Reporter:slimey (slimey)Labels:
Date Opened:2010-08-20 19:07:36Date Closed:2011-06-07 14:04:58
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_playback
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In say_date_generic() in app_playback.c, the final arguments to the function is timezonename. The function calls ast_locatime() to get the local time, but doesn't pass in timezonename (it passes in NULL), so any specified timezone (e.g. in SayUnixTime) gets ignored.

Not done a patch because it's a trivial fix, but changing the NULL in the call to ast_localtime to timezonename appears to do the right thing.
Comments:By: Paul Belanger (pabelanger) 2010-08-22 06:09:26

While it maybe a trivial patch, please upload an svn diff.  Will help use triage the issue along.

By: Paul Belanger (pabelanger) 2010-09-04 14:38:55

ping