Bugzilla – Attachment 127242 Details for
Bug 24850
Koha::DateUtils ignores offsets in RFC3339 datetimes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24850: suspended_until is a date-time
Bug-24850-suspendeduntil-is-a-date-time.patch (text/plain), 965 bytes, created by
Martin Renvoize (ashimema)
on 2021-11-03 11:39:02 UTC
(
hide
)
Description:
Bug 24850: suspended_until is a date-time
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-11-03 11:39:02 UTC
Size:
965 bytes
patch
obsolete
>From 7ccab092904dc629a1027381ff089c700d776b7b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 3 Nov 2021 06:55:19 -0300 >Subject: [PATCH] Bug 24850: suspended_until is a date-time > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/api/v1/holds.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/api/v1/holds.t b/t/db_dependent/api/v1/holds.t >index 22e9f3e5c6..006c61659a 100755 >--- a/t/db_dependent/api/v1/holds.t >+++ b/t/db_dependent/api/v1/holds.t >@@ -163,7 +163,7 @@ my $post_data = { > }; > my $patch_data = { > priority => 2, >- suspended_until => output_pref( { dt => $suspended_until, dateformat => 'iso', dateonly => 1 } ), >+ suspended_until => output_pref( { dt => $suspended_until, dateformat => 'rfc3339' } ), > }; > > subtest "Test endpoints without authentication" => sub { >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24850
:
100585
|
100586
|
100587
|
100592
|
100593
|
100594
|
100595
|
100678
|
100679
|
100680
|
100681
|
100881
|
100901
|
100902
|
100903
|
100904
|
100905
|
101803
|
101804
|
101805
|
101806
|
101807
|
101808
|
101837
|
101838
|
101839
|
101840
|
101841
|
101842
|
101843
|
101844
|
115851
|
115852
|
115853
|
115854
|
115855
|
115856
|
115857
|
116299
|
116300
|
116301
|
116302
|
116303
|
116304
|
116305
|
116355
|
116356
|
116357
|
116358
|
116359
|
116360
|
116361
|
116511
|
126182
|
126183
|
126184
|
126185
|
126186
|
126187
|
126188
|
126189
|
127231
|
127232
|
127235
|
127236
|
127239
|
127240
|
127241
| 127242 |
127243
|
127244