slitaz-tools rev 316

tazctrlbox: use UTC by default for HW clock
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 08 00:21:40 2009 +0100 (2009-03-08)
parents 10c7a8a63c4b
children af65458ca488
files tinyutils/tazctrlbox
line diff
     1.1 --- a/tinyutils/tazctrlbox	Sat Mar 07 23:50:05 2009 +0100
     1.2 +++ b/tinyutils/tazctrlbox	Sun Mar 08 00:21:40 2009 +0100
     1.3 @@ -217,7 +217,7 @@
     1.4  				<button>
     1.5  					<label>Set from system</label>
     1.6  					<input file icon="reload"></input>
     1.7 -					<action>hwclock -w</action>
     1.8 +					<action>hwclock -w -u</action>
     1.9  					<action>refresh:HWTIME</action>
    1.10  					<action>refresh:DATE</action>
    1.11  				</button>