[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-02-25 Thread Bug Watch Updater
** Changed in: jq (Debian) Status: Unknown => New -- 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

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package jq - 1.6-1ubuntu0.20.10.1 --- jq (1.6-1ubuntu0.20.10.1) groovy; urgency=medium [ Alex Murray ] * Fix fromdate when local time is during daylight savings (LP: #1910162) - d/p/fix-ftbfs-when-localtime-is-dst.patch: Backport upstream patch

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package jq - 1.6-1ubuntu0.20.04.1 --- jq (1.6-1ubuntu0.20.04.1) focal; urgency=medium [ Alex Murray ] * Fix fromdate when local time is during daylight savings (LP: #1910162) - d/p/fix-ftbfs-when-localtime-is-dst.patch: Backport upstream patch

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-12 Thread Christian Ehrhardt 
Ok, testing it twice it seems :-) At least it was a cheap and fast test so not much time wasted. -- 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

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-12 Thread Christian Ehrhardt 
Pre fix on F 1.6-1 root@g:~# TZ=America/New_York jq -n '"2018-08-31T00:00:00Z"|fromdate|todate' "2018-08-31T01:00:00Z" Post fix versions are on: 1.6-1ubuntu0.20.04.1 1.6-1ubuntu0.20.10.1 root@f:~# TZ=America/New_York jq -n '"2018-08-31T00:00:00Z"|fromdate|todate' "2018-08-31T00:00:00Z"

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-12 Thread Alex Murray
Verified on up-to-date focal and groovy installs as follows: # enable proposed cat

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-12 Thread Brian Murray
Hello Alex, or anyone else affected, Accepted jq into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/jq/1.6-1ubuntu0.20.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-12 Thread Brian Murray
Hello Alex, or anyone else affected, Accepted jq into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/jq/1.6-1ubuntu0.20.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-06 Thread Christian Ehrhardt 
Tested fine from the PPA, change is still the same that Alex proposed for Hirsute. Uploading to F/G-unapproved -- 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

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-06 Thread Christian Ehrhardt 
SRU template added PPA: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4390/+packages Split commits (not in git ubuntu for a merge) https://code.launchpad.net/~paelzer/ubuntu/+source/jq/+git/jq/+ref/lp-1910162-offtz-GROOVY

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package jq - 1.6-2.1ubuntu1 --- jq (1.6-2.1ubuntu1) hirsute; urgency=medium [ Alex Murray ] * Fix fromdate when local time is during daylight savings (LP: #1910162) - d/p/fix-ftbfs-when-localtime-is-dst.patch: Backport upstream patch which

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-05 Thread Christian Ehrhardt 
While waiting for this to be accepted in Debian and being able to be a sync again the change LGTM and is simple enough to be a Delta for now. Built in [1] and tested to be fine. root@h:~# TZ=America/New_York jq -n '"2018-08-31T00:00:00Z"|fromdate|todate' "2018-08-31T00:00:00Z" Uploaded to

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-04 Thread Christian Ehrhardt 
MR submitted as https://salsa.debian.org/debian/jq/-/merge_requests/2 ** Changed in: jq (Ubuntu Hirsute) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) ** Tags added: server-next ** Changed in: jq (Ubuntu Groovy) Importance: Medium => Low ** Changed in: jq (Ubuntu Focal)

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-04 Thread Christian Ehrhardt 
File in Debian as https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=979308 ** Bug watch added: Debian Bug tracker #979308 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979308 ** Also affects: jq (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979308 Importance:

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-04 Thread Christian Ehrhardt 
Debian is affected just as much, and I'd try to fix it there as well. Let me file it there and see how the response time on that works out. >From there we can decide to fix it as Ubuntu Delta or not. Also given that Focal is an affected LTS I think we should consider fixing it there as well

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-04 Thread Christian Ehrhardt 
Thanks, also the testcase in the issue is pretty obvious and easy to try. root@h:~# TZ=America/New_York jq -n '"2018-08-31T00:00:00Z"|fromdate|todate' "2018-08-31T01:00:00Z" This is broken in 1.6 and up and would be fixed by any new release og jq (but no release happened since Nov 2018). **

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "updated debdiff which references this bug number" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment,

[Bug 1910162] Re: jq fromdate is one hour off and hence FTBFS when local time is during daylight savings

2021-01-04 Thread Alex Murray
** Patch added: "updated debdiff which references this bug number" https://bugs.launchpad.net/ubuntu/+source/jq/+bug/1910162/+attachment/5449302/+files/jq_1.6-2.1ubuntu1.debdiff ** Patch removed: "jq_1.6-2.1ubuntu1.debdiff"