We have only numeric timezone support (e.g. +0200) from now on.
[mmh] / h / tws.h
diff --git a/h/tws.h b/h/tws.h
index 289a673..420275c 100644 (file)
--- a/h/tws.h
+++ b/h/tws.h
@@ -38,7 +38,6 @@ struct tws {
 #define TW_SZEXP 0x0004  /*   explicitly given             */
 
 #define TW_DST   0x0010  /* daylight savings time          */
-#define TW_ZONE  0x0020  /* use numeric timezones only     */
 
 #define TW_SUCC  0x0040  /* whether parsing was successful */
 #define TW_YES   0x0040  /*   yes, found                   */
@@ -53,13 +52,13 @@ extern char *tw_moty[];
 /*
 ** prototypes
 */
-char *dtime(time_t *, int);
-char *dtimenow(int);
+char *dtime(time_t *);
+char *dtimenow(void);
 char *dctime(struct tws *);
 struct tws *dlocaltimenow(void);
 struct tws *dlocaltime(time_t *);
 struct tws *dgmtime(time_t *);
-char *dasctime(struct tws *, int);
+char *dasctime(struct tws *);
 char *dtimezone(int, int);
 void twscopy(struct tws *, struct tws *);
 int twsort(struct tws *, struct tws *);