Closed (fixed)
Project:
Author Taxonomy
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 11:39 UTC
Updated:
7 Sep 2009 at 12:50 UTC
Whatever date format I specify in Author Taxonomy's settings, I get dates like 'Fri, 05/29/2009 - 16:39'. This appears to be an issue with Drupal's format_date function, because I get the same result even when I change the return statement in theme_author_taxonomy_timestamp within the module to return format_date($timestamp, $type, 'F Y');.
Comments
Comment #1
todd nienkerk commentedAre you sure that Author Taxonomy is overriding the date format? If the format isn't change no matter which option you choose in Author Taxonomy, it's likely that change is never taking effect or is being overridden again elsewhere.
Try changing something else in theme_author_taxonomy_timestamp() -- like adding "Hello" text -- to see if that appears. If it does, there's something else going on. At the least, try clearing all caches and the theme registry.
Comment #2
Tom Ash commentedIt turns out I hadn't selected 'Custom' under 'Date Format'. D'oh!