Fixed Cairo's entry in the timezone files

Changed mod_spandsp so it tries to resolve timezone names like Asia/HongKong
to a POSIX timezone descriptor string, like other parts of FreeSwitch do.
This commit is contained in:
Steve Underwood
2012-08-22 22:25:54 +08:00
parent 00f586ca5a
commit ea58df8456
7 changed files with 13 additions and 7 deletions
+1
View File
@@ -2131,6 +2131,7 @@ SWITCH_DECLARE(void) switch_time_sync(void);
\return The current epoch time
*/
SWITCH_DECLARE(time_t) switch_epoch_time_now(time_t *t);
SWITCH_DECLARE(const char *) switch_lookup_timezone(const char *tz_name);
SWITCH_DECLARE(switch_status_t) switch_strftime_tz(const char *tz, const char *format, char *date, size_t len, switch_time_t thetime);
SWITCH_DECLARE(switch_status_t) switch_time_exp_tz_name(const char *tz, switch_time_exp_t *tm, switch_time_t thetime);
SWITCH_DECLARE(void) switch_load_network_lists(switch_bool_t reload);