X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Ftws.h;h=77ccaa6ea392e0cedc6190335ed4848696d4e138;hp=1db78c777cc7650ad9b6a88c180a70cd20e4d320;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/h/tws.h b/h/tws.h index 1db78c7..77ccaa6 100644 --- a/h/tws.h +++ b/h/tws.h @@ -1,15 +1,15 @@ /* - * tws.h - */ +** tws.h +*/ /* - * If the following is #defined, a timezone given as a numeric-only - * offset will be treated specially if it's in a zone that observes - * Daylight Saving Time. For instance, during DST, a Date: like "Mon, - * 24 Jul 2000 12:31:44 -0700" will be printed as "Mon, 24 Jul 2000 - * 12:31:44 PDT". Without the code activated by the following #define, - * that'd be incorrectly printed as "...MST". - */ +** If the following is #defined, a timezone given as a numeric-only +** offset will be treated specially if it's in a zone that observes +** Daylight Saving Time. For instance, during DST, a Date: like "Mon, +** 24 Jul 2000 12:31:44 -0700" will be printed as "Mon, 24 Jul 2000 +** 12:31:44 PDT". Without the code activated by the following #define, +** that'd be incorrectly printed as "...MST". +*/ #define ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST 1 struct tws { @@ -51,8 +51,8 @@ extern char *tw_ldotw[]; extern char *tw_moty[]; /* - * prototypes - */ +** prototypes +*/ char *dtime (time_t *, int); char *dtimenow (int); char *dctime (struct tws *);