summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2017-08-05 12:05:38 +0100
committerLinus Heckemann <git@sphalerite.org>2017-08-05 12:06:31 +0100
commit0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba (patch)
treee0db519b50cd889615a91c65f4f3ae250323b514 /nixos
parentc9d419a22bc42f79acfdf766b9d5908cf12ccdbc (diff)
downloadnixlib-0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba.tar
nixlib-0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba.tar.gz
nixlib-0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba.tar.bz2
nixlib-0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba.tar.lz
nixlib-0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba.tar.xz
nixlib-0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba.tar.zst
nixlib-0abf9d2b124cb2f57116ff21dd1d0f16e51a08ba.zip
Document timezone changes in release notes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1709.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1709.xml b/nixos/doc/manual/release-notes/rl-1709.xml
index 2046081cc2f0..10a365496698 100644
--- a/nixos/doc/manual/release-notes/rl-1709.xml
+++ b/nixos/doc/manual/release-notes/rl-1709.xml
@@ -187,6 +187,17 @@ rmdir /var/lib/ipfs/.ipfs
       have therefore been removed.
     </para>
   </listitem>
+  <listitem>
+    <para>
+      The <option>time.timeZone</option> option now allows the value
+      <literal>null</literal> in addition to timezone strings, which sets the
+      timezone to UTC by default and allows changing it imperatively using
+      <command>timedatectl set-timezone</command>. This is additionally now the
+      default value for the option, which means that systems where the option
+      has not been set explicitly will continue to use UTC but allow imperative
+      timezone adjustments now.
+    </para>
+  </listitem>
 
 </itemizedlist>