Bug 5218

Summary: Add RFC822 Date Formatting to C4::Dates
Product: Koha Reporter: Chris Nighswonger <cnighswonger>
Component: Architecture, internals, and plumbingAssignee: Chris Nighswonger <cnighswonger>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: PATCH-Sent (DO NOT USE) CC: chris, oleonard
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:
Bug Depends on:    
Bug Blocks: 4473    

Description Chris Nighswonger 2010-09-13 12:55:48 UTC
Add the ability to convert other supported date formats to RFC822. Also add limited ability to convert from RFC822 to other supported date formats.

The reason for limited "from" conversion is due to the present inability of C4::Dates to handle TZ conversion.
Comment 1 Chris Nighswonger 2010-09-13 12:59:17 UTC
Feature added.

It is available here:

http://git.koha-community.org/gitweb/?p=wip/koha-fbc.git;a=shortlog;h=refs/heads/RFC822_format

It now awaits testing, sign-off, and submission.
Comment 2 Chris Cormack 2011-05-12 22:49:13 UTC
This is in master already and working fine ;)