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