mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-11 06:41:51 +00:00
this could be helpful to someone
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14936 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -362,6 +362,7 @@ static switch_status_t en_say_time(switch_core_session_t *session, char *tosay,
|
||||
}
|
||||
|
||||
if (tz) {
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Timezone is [%s]\n", tz);
|
||||
int check = atoi(tz);
|
||||
if (check) {
|
||||
switch_time_exp_tz(&tm, target, check);
|
||||
|
||||
Reference in New Issue
Block a user