t = Time.local(2006, 1, 1)t.strftime("%A %A %A!") # => "Sunday Sunday Sunday!"t.strftime("%a %a %a!") # => "Sun Sun Sun!"