git: installer - Fix time selection, again.
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Aug  7 19:20:22 PDT 2014
    
    
  
commit 7f6bbafc4f2219b847a4d01987ba5dbf8fcb386f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Aug 7 19:06:49 2014 -0700
    installer - Fix time selection, again.
    
    * The installer asks you to input your local time.  This is separate from it
      asking you whether the CMOS clock is local or UTC.
    
    * We previously fixed the CMOS clock local/UTC selection, but the local time
      entry was still broken.
    
    * This patch sets the TZ environment variable for the installer itself so
      when you input your local time it actually does the correct local conversion
      for your time zone.  Otherwise the local conversion is done using GMT which
      is not right.
    
    Reported-by: Don Allen
Summary of changes:
 usr.sbin/installer/dfuibe_installer/fn_configure.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f6bbafc4f2219b847a4d01987ba5dbf8fcb386f
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list