Path: | time.rb |
Last Update: | Thu Feb 12 21:47:17 GMT+10:00 2004 |
This library extends the Time class:
This library provides methods dedicated to special purposes:
This library doesn’t use strftime. Especially rfc2822 doesn’t depend on strftime because:
Since they are locale sensitive, they may be replaced to invalid weekday/month name in some locales. Since ruby-1.6 doesn’t invoke setlocale by default, the problem doesn’t arise until some external library invokes setlocale. Ruby/GTK is the example of such library.
%z is required to generate zone in date-time of RFC 2822 but it is not portable.
$Id$