Scott Cheloha wrote:
> -     while ((ch = getopt(argc, argv, "ad:f:jr:ut:z:")) != -1)
> +     while ((ch = getopt(argc, argv, "af:jr:uz:")) != -1)
>               switch(ch) {
>               case 'a':
>                       slidetime = 1;
>                       break;
> -             case 'd':               /* daylight saving time */
> -                     tz.tz_dsttime = atoi(optarg) ? 1 : 0;
> -                     break;
>               case 'f':               /* parse with strptime */
>                       pformat = optarg;
>                       break;

as for the diff, this one looks good.

Reply via email to