~kelemeng/checkbox/bug868571

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: panel_clock_verify
plugin: manual
requires: package.name == 'gnome-system-tools'
_description:
 Is your gnome system clock displaying the correct date and time for \
 your timezone?

name: panel_clock_test
plugin: manual
depends: panel_clock_verify
requires: package.name == 'gnome-system-tools'
user: root
command: date -s "`date -d '1 hour'`"
_description:
 Time verification procedure:
 1.- Click the "Test" button and verify the clock moves ahead by 1 hour. \
 Note: It may take a minute or so for the gnome clock to refresh 
 2.- Now from the panel select System, Admistration, then Time and Date
 3.- Ensure that your clock application is set to manual.
 4.- Change the time 1 hour back
 5.- Close the window and reboot
 .
 Is your system clock displaying the correct date and time for your \
 timezone?