commit d03f7468f9b0f2dcac1da353b3f13114a6eddc48
Author: Matthew Dillon <[email protected]>
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/d03f7468f9b0f2dcac1da353b3f13114a6eddc48


-- 
DragonFly BSD source repository

Reply via email to