mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-13 07:41:51 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user