Bug 5218 - Add RFC822 Date Formatting to C4::Dates
Summary: Add RFC822 Date Formatting to C4::Dates
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: 3.4
Hardware: All All
: PATCH-Sent (DO NOT USE) enhancement (vote)
Assignee: Chris Nighswonger
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks: 4473
  Show dependency treegraph
 
Reported: 2010-09-13 12:55 UTC by Chris Nighswonger
Modified: 2011-05-13 02:32 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ;)