Re: Fun with Time#to_s and locale

the archives I didn’t really see anything that let me get
def to_s(lang=0)

p Time.now.to_s # “Tuesday May 11:48:51 MDT 23 2006”
p Time.now.to_s(LANG_GERMAN) # “Dienstag Mai 11:48:51
MDT 23 2006”
p Time.now.to_s(LANG_SPANISH) # “martes may 11:48:51 MDT 23 2006”
p Time.now.to_s(LANG_FRENCH) # “mardi mai 11:48:51 MDT 23 2006”
end

I’ve no idea how to do this on non-Windows systems. Is there
an easier way?

Anyone? Anyone? Buehler? Buehler?

Dan

This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and
destroy
all copies of the communication and any attachments.