# File lib/datetime/datetime.rb, line 77 def strftime(fmt='%F') RuTils::overrides_enabled? ? RuTils::DateTime::ru_strftime(self, fmt) : to_time.strftime(fmt) end