public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
remove lame comment

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1430 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Jul 25 22:58:10 -0700 2006
commit  1eb2a2543e200fa2892aaa93edb76f0da833c1fb
tree    83c70a30f938472ff91221b53468c9ce4507ea65
parent  488063fe5e9fd4f6e1a1b44b01e17d80dbac45eb
...
97
98
99
100
101
102
103
...
97
98
99
 
100
101
102
0
@@ -97,7 +97,6 @@ module ActiveSupport::CoreExtensions::Time::Conversions
0
   def to_ordinalized_s(format = :default)
0
     format = ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS[format]
0
     return to_default_s if format.nil?
0
- # XXX should we convert this Time object to Site timezone here? (if its in UTC timezone) but this seems something that is not a concern for this Time object :/
0
     strftime(format.gsub(/%d/, '_%d_')).gsub(/_(\d+)_/) { |s| s.to_i.ordinalize }
0
   end
0
 end

Comments

    No one has commented yet.