2006-05-15 13:08:43 -04:00
|
|
|
--- util/neo_date.h.orig Thu Jun 30 20:58:48 2005
|
|
|
|
+++ util/neo_date.h Fri Apr 28 00:11:28 2006
|
2005-10-28 08:48:49 -04:00
|
|
|
@@ -17,10 +17,10 @@
|
|
|
|
__BEGIN_DECLS
|
|
|
|
|
|
|
|
/* UTC time_t -> struct tm in local timezone */
|
2006-05-15 13:08:43 -04:00
|
|
|
-void neo_time_expand (const time_t tt, const char *timezone, struct tm *ttm);
|
|
|
|
+void neo_time_expand (const time_t tt, const char *neotimezone, struct tm *ttm);
|
2005-10-28 08:48:49 -04:00
|
|
|
|
|
|
|
/* local timezone struct tm -> time_t UTC */
|
2006-05-15 13:08:43 -04:00
|
|
|
-time_t neo_time_compact (struct tm *ttm, const char *timezone);
|
|
|
|
+time_t neo_time_compact (struct tm *ttm, const char *neotimezone);
|
2005-10-28 08:48:49 -04:00
|
|
|
|
|
|
|
/* To be portable... in seconds */
|
|
|
|
long neo_tz_offset(struct tm *ttm);
|