git: DragonFly_RELEASE_3_8 installer - Fix time selection, again.

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Aug 7 22:38:55 PDT 2014


commit d03f7468f9b0f2dcac1da353b3f13114a6eddc48
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/d03f7468f9b0f2dcac1da353b3f13114a6eddc48


-- 
DragonFly BSD source repository



More information about the Commits mailing list