Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2024 20:48:29 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 54d6fea97904 - main - RELNOTES: Mention date(1)'s nanosecond support
Message-ID:  <202405022048.442KmTvv024112@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=54d6fea9790439cb82e71a069d229c3ebb8bea16

commit 54d6fea9790439cb82e71a069d229c3ebb8bea16
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-05-02 20:43:55 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-05-02 20:47:55 +0000

    RELNOTES: Mention date(1)'s nanosecond support
    
    Sponsored by:   Klara, Inc.
---
 RELNOTES | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 6994e0792186..87bb2bbe435c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -13,6 +13,12 @@ Changes to this file should not be MFCed.
 25723d66369f:
 	As a side-effect of retiring the unit.* code in sound(4), the
 	hw.snd.maxunit loader(8) tunable is also retired.
+
+eeb04a736cb9:
+	date(1) now supports nanoseconds. For example:
+	`date -Ins` prints "2024-04-22T12:20:28,763742224+02:00" and
+	`date +%N` prints "415050400".
+
 6d5ce2bb6344:
 	The default value of the nfs_reserved_port_only rc.conf(5) setting has
 	changed.  The FreeBSD NFS server now requires the source port of



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405022048.442KmTvv024112>