diff options
author | Daouda Lo <daouda@mandriva.com> | 2003-10-29 14:45:49 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2003-10-29 14:45:49 +0000 |
commit | d9efe7021179c10e8b3f41de5beedcb481c20b3c (patch) | |
tree | e3aa7cd0c715a9f7467cc1e014dfd0c0c03302b0 /clock.pl | |
parent | 6923a8de5686a64baee309aa2daa982a8237a8ce (diff) | |
download | control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar.gz control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar.bz2 control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.tar.xz control-center-d9efe7021179c10e8b3f41de5beedcb481c20b3c.zip |
- ntp feature for local network
Diffstat (limited to 'clock.pl')
-rwxr-xr-x | clock.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ $my_win->{window}->add(gtkpack_(Gtk2::VBox->new(0,0), my ($year, $month, $day) = $calendar->get_date; $month++; my ($hour, $min, $sec) = ($adj_h->get_value, $adj_m->get_value, $adj_s->get_value); - system(x"date " . + system("date " . join('', map { print_it0($_) } ($month, $day, $hour, $min, $year)) . '.' . print_it0($sec)); -e '/sbin/hwclock' and system('/sbin/hwclock --systohc'); system("dcop kicker Panel restart") if $ENV{DESKTOP} eq 'kde'; |