public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-BZ-Client] epel10: Commit patch to master
Date: Wed, 05 Aug 2026 18:53:00 GMT [thread overview]
Message-ID: <178595598083.1.12767951133257107060.rpms-perl-BZ-Client-a677ae95fcf5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-BZ-Client
Branch : epel10
Commit : a677ae95fcf54a593c99abec1598b68cf4325f0f
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2013-04-01T14:13:53+02:00
Stats : +15/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-BZ-Client/c/a677ae95fcf54a593c99abec1598b68cf4325f0f?branch=epel10
Log:
Commit patch to master
---
diff --git a/perl-BZ-Client-bugzilla-dates.patch b/perl-BZ-Client-bugzilla-dates.patch
new file mode 100644
index 0000000..f8c6fe1
--- /dev/null
+++ b/perl-BZ-Client-bugzilla-dates.patch
@@ -0,0 +1,15 @@
+--- lib/BZ/Client/XMLRPC/Value.pm
++++ lib/BZ/Client/XMLRPC/Value.pm
+@@ -71,7 +71,11 @@ sub end($$) {
+ $self->{'level1_content'} = undef;
+ $self->{'level1_elem'} = undef;
+ if ("dateTime.iso8601" eq $name) {
+- $self->{'result'} = DateTime::Format::ISO8601->parse_datetime( $self->{'result'} );
++ my $val = $self->{'result'};
++ if ($val =~ /(\d\d\d\d)(\d\d)(\d\d)(T\d\d:\d\d:\d\d)/) {
++ $val = "$1-$2-$3$4";
++ }
++ $self->{'result'} = DateTime::Format::ISO8601->parse_datetime( $val );
+ }
+ }
+ }
reply other threads:[~2026-08-05 18:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178595598083.1.12767951133257107060.rpms-perl-BZ-Client-a677ae95fcf5@fedoraproject.org \
--to=emmanuel@seyman.fr \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox