Bug 6042

Summary: SIP : Format dates as should be in Koha
Product: Koha Reporter: Alex Arnaud <alex.arnaud>
Component: SIP2Assignee: Colin Campbell <colin.campbell>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: trivial    
Priority: PATCH-Sent (DO NOT USE)    
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: SIP Format dates as should be in Koha

Description Alex Arnaud 2011-04-04 11:43:09 UTC

    
Comment 1 Alex Arnaud 2011-04-04 11:53:30 UTC
Dates comes formatted as SIP timestamp.

It surely is great for bots. But nor readable at all for human beings.

Changing messages in order to send date formatted as should be printed
Comment 2 Alex Arnaud 2011-04-04 11:57:46 UTC
Created attachment 3617 [details] [review]
SIP Format dates as should be in Koha
Comment 3 Colin Campbell 2011-04-04 13:19:25 UTC
Patch produces invalid Item Information response as recall date and hold pickup date are specified as YYYYMMDDZZZZHHMMSS format in the SIP2 standard

Also although the due date format is not specified in the standard and it has a certain logic to make it human readable some units expect it to use the same format as the other date fields. (This includes the machines which do date formatting themselves) so that whether dates are to be cooked by the server end or served raw should be a config option
Comment 4 Katrin Fischer 2011-08-29 15:37:58 UTC

*** This bug has been marked as a duplicate of bug 5632 ***