# HG changeset patch # User Oleksandr Gavenko # Date 1241532957 -10800 # Node ID 7713baac72b5a47f9b1ae17bb4602632301fe197 # Parent 83731e5abfc5e27e72dadfacb96760a2110f87cb System timer and system time. diff -r 83731e5abfc5 -r 7713baac72b5 date.rst --- a/date.rst Tue Apr 21 12:19:58 2009 +0300 +++ b/date.rst Tue May 05 17:15:57 2009 +0300 @@ -1,5 +1,22 @@ -*- outline -*- +* System timer and system time. + +** Windows. + +Windows assume that system timer display locale time. + +** Debian. + +UTC=no - system timer display locale time, UTC=yes - UTC time. + + $ cat /etc/default/rcS + UTC=no +or + UTC=yes + +If system dual boot with Windows you must set UTC=no. + * Getting current date/time. $ date +"%Y-%m-%d %H:%M:%S" @@ -20,7 +37,7 @@ $ cat /etc/timezone -* Get list of cupported timezone. +* Get list of supported timezone. $ tzselect