Changeset 356
- Timestamp:
- 12/12/06 15:11:21 (7 years ago)
- Files:
-
- 2 modified
-
postprocessors/augment_timezone (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
postprocessors/augment_timezone
r355 r356 32 32 use strict; 33 33 my $progname = "adjust_timezone"; 34 my $version = "0.0 2";34 my $version = "0.03"; 35 35 36 36 use XMLTV; … … 58 58 'output=s' => \$opt->{output_file}, 59 59 'mysql_file=s' => \$opt->{mysql_file}, 60 61 'region=i' => \$opt->{region}, # ignored 62 'days=i' => \$opt->{days}, # ignored 63 'offset=i' => \$opt->{offset}, # ignored 64 'timezone=s' => \$opt->{timezone}, # ignored 65 'channels_file=s' => \$opt->{channels_file}, # ignored 66 'config-file=s' => \$opt->{configfile}, # ignored 60 67 61 68 'help' => \$opt->{help}, -
status
r355 r356 12 12 reconciler reconciler_mk2 0.16 13 13 postprocessor imdb_augment_data 0.06 14 postprocessor augment_timezone 0.0 214 postprocessor augment_timezone 0.03
