[Bug 2111603] Re: date, touch: date parsing does not support sub-second precision

Launchpad Bug Tracker 2111603 at bugs.launchpad.net
Sat Aug 2 00:31:40 UTC 2025


This bug was fixed in the package rust-coreutils -
0.1.0+git20250801.cf79675-0ubuntu1

---------------
rust-coreutils (0.1.0+git20250801.cf79675-0ubuntu1) questing; urgency=medium

  * New upstream release.
    - Fixes env(1) forks, but must exec() directly (LP: #2112491)
    - Fixes cat: f.gz: EPIPE: Broken pipe (LP: #2115033)
    - Fixes date parsing does not support sub-second precision (LP: #2111603)

 -- Julian Andres Klode <juliank at ubuntu.com>  Fri, 01 Aug 2025 17:10:13
+0200

** Changed in: rust-coreutils (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils-from in Ubuntu.
https://bugs.launchpad.net/bugs/2111603

Title:
  date, touch: date parsing does not support sub-second precision

Status in coreutils:
  Fix Released
Status in coreutils-from package in Ubuntu:
  Fix Released
Status in emacs package in Ubuntu:
  Invalid
Status in mutter package in Ubuntu:
  Invalid
Status in rust-coreutils package in Ubuntu:
  Fix Released

Bug description:
  seen in the emacs binary-all build:

  dh_strip_nondeterminism
  set -eo pipefail; \
    cd debian; \
    while read -r -d $'\0' line; do \
      ts="${line%% *}"; \
      path="${line#* }"; \
      touch --date=@"$ts" "$path"; \
    done < elgz-info
  touch: Unable to parse date: @1740381269.0000000000
  make[1]: *** [debian/rules:645: override_dh_strip_nondeterminism] Error 1
  make[1]: Leaving directory '/<<PKGBUILDDIR>>'
  make: *** [debian/rules:215: binary] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2111603/+subscriptions




More information about the foundations-bugs mailing list