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

todd nienkerk’s picture

Are 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.

Tom Ash’s picture

Status: Active » Fixed

It turns out I hadn't selected 'Custom' under 'Date Format'. D'oh!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.