Verified on up-to-date focal and groovy installs as follows:

# enable proposed
cat <<EOF | sudo tee /etc/apt/sources.list.d/ubuntu-$(lsb_release 
-cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

# only selectively upgrade from proposed
cat <<EOF | sudo tee /etc/apt/preferences.d/proposed-updates
# Configure apt to allow selective installs of packages from proposed
Package: *
Pin: release a=$(lsb_release -cs)-proposed
Pin-Priority: 400
EOF

sudo apt-get update
sudo apt-get install -y jq/$(lsb_release -cs)-proposed libjq1/$(lsb_release 
-cs)-proposed

# run test-case from the bug description
TZ=America/New_York jq -n '"2018-08-31T00:00:00Z"|fromdate|todate' | grep -q 
"2018-08-31T00:00:00Z" && echo 'passed' || echo 'FAIL'


In each case, 'passed' was observed (and prior to the update from -proposed 
FAIL was observed)

** Tags removed: verification-needed verification-needed-focal 
verification-needed-groovy
** Tags added: verification-done verification-done-focal 
verification-done-groovy

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

Title:
  jq fromdate is one hour off and hence FTBFS when local time is during
  daylight savings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jq/+bug/1910162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to