00001 00002 /****************************************************************************** 00003 * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved. 00004 * Copyright (c) 2006 PalmSource, Inc (an ACCESS company). All rights reserved. 00005 *****************************************************************************/ 00011 #ifndef __ALP_TZ_H__ 00012 #define __ALP_TZ_H__ 00013 00014 G_BEGIN_DECLS 00015 00019 /* @{ */ 00026 time_t 00027 alp_mktime_tz(struct tm* tmp, const char* tzname); 00028 00036 void 00037 alp_localtime_tz(const time_t* gmttime, const char* tzname, struct tm* result); 00038 00044 long 00045 alp_get_gmtoffset(const time_t *gmttime, const char* tzname); 00046 00047 00048 00049 /* @} */ 00050 00051 G_END_DECLS 00052 00053 #endif /* __ALP_TZ_H__ */ 00054 00055
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.