Closed (fixed)
Project:
Calendar
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2007 at 23:50 UTC
Updated:
14 Feb 2008 at 11:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
dgtlmoon commentedIs probably an issue in 5.x too but i havent checked
Comment #2
dgtlmoon commentedas per karens comments on http://drupal.org/node/135296#comment-268993
The module doesn't use format_date because format_date() won't handle pre-1970 dates, which this module will handle, so there is a date_format_date() alternative.
this patch should also be adjusted for this
Comment #3
dgtlmoon commentedignore the previous comment, today's date should never be less than 1970 :)
also use the supplied patch attached, there was some issue with the date being double handled
Comment #4
karens commentedThis is fixed in version 5.2 of Date and Calendar. Fixing it in earlier versions is complicated since every change to things like date_time() affects dozens of other things that will then be broken.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.