Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:01:35 2007

Asterisk developer's documentation :: Codename Pineapple


localtime.h File Reference


Detailed Description

Custom localtime functions for multiple timezones.

Definition in file localtime.h.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * ast_ctime (const time_t *const timep)
char * ast_ctime_r (const time_t *const timep, char *buf)
tm * ast_localtime (const time_t *timep, struct tm *p_tm, const char *zone)
time_t ast_mktime (struct tm *const tmp, const char *zone)
void ast_tzset (const char *name)
int ast_tzsetwall (void)


Function Documentation

char* ast_ctime const time_t *const   timep  ) 
 

char* ast_ctime_r const time_t *const   timep,
char *  buf
 

struct tm* ast_localtime const time_t *  timep,
struct tm *  p_tm,
const char *  zone
 

Referenced by ast_say_date_da(), ast_say_date_de(), ast_say_date_en(), ast_say_date_fr(), ast_say_date_gr(), ast_say_date_nl(), ast_say_date_pt(), ast_say_date_with_format_da(), ast_say_date_with_format_de(), ast_say_date_with_format_en(), ast_say_date_with_format_es(), ast_say_date_with_format_fr(), ast_say_date_with_format_gr(), ast_say_date_with_format_he(), ast_say_date_with_format_it(), ast_say_date_with_format_nl(), ast_say_date_with_format_pl(), ast_say_date_with_format_pt(), ast_say_date_with_format_tw(), iax2_datetime(), and sip_show_registry().

time_t ast_mktime struct tm *const   tmp,
const char *  zone
 

void ast_tzset const char *  name  ) 
 

int ast_tzsetwall void   ) 
 


Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen