$16 GRAYBYTE WORDPRESS FILE MANAGER $86

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby18/share/ri/1.8/system/Time/

HOME
Current File : /opt/alt/ruby18/share/ri/1.8/system/Time//cdesc-Time.yaml
--- !ruby/object:RI::ClassDescription 
attributes: []

class_methods: 
- !ruby/object:RI::MethodSummary 
  name: _load
- !ruby/object:RI::MethodSummary 
  name: apply_offset
- !ruby/object:RI::MethodSummary 
  name: at
- !ruby/object:RI::MethodSummary 
  name: gm
- !ruby/object:RI::MethodSummary 
  name: httpdate
- !ruby/object:RI::MethodSummary 
  name: local
- !ruby/object:RI::MethodSummary 
  name: make_time
- !ruby/object:RI::MethodSummary 
  name: mktime
- !ruby/object:RI::MethodSummary 
  name: month_days
- !ruby/object:RI::MethodSummary 
  name: new
- !ruby/object:RI::MethodSummary 
  name: now
- !ruby/object:RI::MethodSummary 
  name: parse
- !ruby/object:RI::MethodSummary 
  name: rfc2822
- !ruby/object:RI::MethodSummary 
  name: times
- !ruby/object:RI::MethodSummary 
  name: utc
- !ruby/object:RI::MethodSummary 
  name: w3cdtf
- !ruby/object:RI::MethodSummary 
  name: xmlschema
- !ruby/object:RI::MethodSummary 
  name: yaml_new
- !ruby/object:RI::MethodSummary 
  name: zone_offset
- !ruby/object:RI::MethodSummary 
  name: zone_utc?
comment: 
- !ruby/struct:SM::Flow::P 
  body: Implements the extensions to the Time class that are described in the documentation for the time.rb library.
constants: 
- !ruby/object:RI::Constant 
  comment: 
  name: ZoneOffset
  value: "{       'UTC' => 0,       # ISO 8601       'Z' => 0,       # RFC 822       'UT' => 0, 'GMT' => 0,       'EST' => -5, 'EDT' => -4,       'CST' => -6, 'CDT' => -5,       'MST' => -7, 'MDT' => -6,       'PST' => -8, 'PDT' => -7,       # Following definition of military zones is original one.       # See RFC 1123 and RFC 2822 for the error in RFC 822.       'A' => +1, 'B' => +2, 'C' => +3, 'D' => +4,  'E' => +5,  'F' => +6,        'G' => +7, 'H' => +8, 'I' => +9, 'K' => +10, 'L' => +11, 'M' => +12,       'N' => -1, 'O' => -2, 'P' => -3, 'Q' => -4,  'R' => -5,  'S' => -6,        'T' => -7, 'U' => -8, 'V' => -9, 'W' => -10, 'X' => -11, 'Y' => -12,     }"
- !ruby/object:RI::Constant 
  comment: 
  name: LeapYearMonthDays
  value: "[31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]"
- !ruby/object:RI::Constant 
  comment: 
  name: CommonYearMonthDays
  value: "[31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]"
- !ruby/object:RI::Constant 
  comment: 
  name: MonthValue
  value: "{       'JAN' => 1, 'FEB' => 2, 'MAR' => 3, 'APR' => 4, 'MAY' => 5, 'JUN' => 6,       'JUL' => 7, 'AUG' => 8, 'SEP' => 9, 'OCT' =>10, 'NOV' =>11, 'DEC' =>12"
- !ruby/object:RI::Constant 
  comment: 
  name: RFC2822_DAY_NAME
  value: "[     'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'"
- !ruby/object:RI::Constant 
  comment: 
  name: RFC2822_MONTH_NAME
  value: "[     'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',     'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
full_name: Time
includes: 
- !ruby/object:RI::IncludedModule 
  name: Comparable
instance_methods: 
- !ruby/object:RI::MethodSummary 
  name: +
- !ruby/object:RI::MethodSummary 
  name: "-"
- !ruby/object:RI::MethodSummary 
  name: <=>
- !ruby/object:RI::MethodSummary 
  name: _dump
- !ruby/object:RI::MethodSummary 
  name: asctime
- !ruby/object:RI::MethodSummary 
  name: ctime
- !ruby/object:RI::MethodSummary 
  name: day
- !ruby/object:RI::MethodSummary 
  name: dst?
- !ruby/object:RI::MethodSummary 
  name: eql?
- !ruby/object:RI::MethodSummary 
  name: getgm
- !ruby/object:RI::MethodSummary 
  name: getlocal
- !ruby/object:RI::MethodSummary 
  name: getutc
- !ruby/object:RI::MethodSummary 
  name: gmt?
- !ruby/object:RI::MethodSummary 
  name: gmt_offset
- !ruby/object:RI::MethodSummary 
  name: gmtime
- !ruby/object:RI::MethodSummary 
  name: gmtoff
- !ruby/object:RI::MethodSummary 
  name: hash
- !ruby/object:RI::MethodSummary 
  name: hour
- !ruby/object:RI::MethodSummary 
  name: httpdate
- !ruby/object:RI::MethodSummary 
  name: inspect
- !ruby/object:RI::MethodSummary 
  name: isdst
- !ruby/object:RI::MethodSummary 
  name: iso8601
- !ruby/object:RI::MethodSummary 
  name: localtime
- !ruby/object:RI::MethodSummary 
  name: marshal_dump
- !ruby/object:RI::MethodSummary 
  name: marshal_load
- !ruby/object:RI::MethodSummary 
  name: mday
- !ruby/object:RI::MethodSummary 
  name: min
- !ruby/object:RI::MethodSummary 
  name: mon
- !ruby/object:RI::MethodSummary 
  name: month
- !ruby/object:RI::MethodSummary 
  name: rfc2822
- !ruby/object:RI::MethodSummary 
  name: rfc822
- !ruby/object:RI::MethodSummary 
  name: sec
- !ruby/object:RI::MethodSummary 
  name: strftime
- !ruby/object:RI::MethodSummary 
  name: succ
- !ruby/object:RI::MethodSummary 
  name: to_a
- !ruby/object:RI::MethodSummary 
  name: to_date
- !ruby/object:RI::MethodSummary 
  name: to_datetime
- !ruby/object:RI::MethodSummary 
  name: to_f
- !ruby/object:RI::MethodSummary 
  name: to_i
- !ruby/object:RI::MethodSummary 
  name: to_s
- !ruby/object:RI::MethodSummary 
  name: to_yaml
- !ruby/object:RI::MethodSummary 
  name: tv_sec
- !ruby/object:RI::MethodSummary 
  name: tv_usec
- !ruby/object:RI::MethodSummary 
  name: usec
- !ruby/object:RI::MethodSummary 
  name: utc
- !ruby/object:RI::MethodSummary 
  name: utc?
- !ruby/object:RI::MethodSummary 
  name: utc_offset
- !ruby/object:RI::MethodSummary 
  name: w3cdtf
- !ruby/object:RI::MethodSummary 
  name: wday
- !ruby/object:RI::MethodSummary 
  name: xmlschema
- !ruby/object:RI::MethodSummary 
  name: yday
- !ruby/object:RI::MethodSummary 
  name: year
- !ruby/object:RI::MethodSummary 
  name: zone
name: Time
superclass: Object


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.50 PM
root / linksafe
0755
%2b-i.yaml
0.483 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%2d-i.yaml
0.655 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3c%3d%3e-i.yaml
0.677 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_dump-i.yaml
0.252 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_load-c.yaml
0.264 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
apply_offset-c.yaml
0.207 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
asctime-i.yaml
0.411 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
at-c.yaml
0.704 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cdesc-Time.yaml
5.318 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ctime-i.yaml
0.407 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
day-i.yaml
0.436 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
dst%3f-i.yaml
0.566 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
eql%3f-i.yaml
0.351 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getgm-i.yaml
0.654 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getlocal-i.yaml
0.683 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getutc-i.yaml
0.656 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gm-c.yaml
1.124 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gmt%3f-i.yaml
0.872 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gmt_offset-i.yaml
0.635 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gmtime-i.yaml
0.685 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gmtoff-i.yaml
0.627 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
hash-i.yaml
0.255 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
hour-i.yaml
0.389 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
httpdate-c.yaml
0.527 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
httpdate-i.yaml
0.456 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
inspect-i.yaml
0.546 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
isdst-i.yaml
0.568 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
iso8601-i.yaml
0.236 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
local-c.yaml
0.602 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
localtime-i.yaml
0.544 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
make_time-c.yaml
0.221 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
marshal_dump-i.yaml
0.22 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
marshal_load-i.yaml
0.222 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mday-i.yaml
0.438 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
min-i.yaml
0.39 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mktime-c.yaml
0.604 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mon-i.yaml
0.439 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
month-i.yaml
0.443 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
month_days-c.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
new-c.yaml
0.93 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
now-c.yaml
0.872 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
parse-c.yaml
2.621 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rfc2822-c.yaml
0.609 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rfc2822-i.yaml
0.552 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rfc822-i.yaml
0.216 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sec-i.yaml
0.593 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
strftime-i.yaml
1.771 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
succ-i.yaml
0.278 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
times-c.yaml
0.266 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_a-i.yaml
0.72 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_date-i.yaml
0.225 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_datetime-i.yaml
0.171 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_f-i.yaml
0.463 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_i-i.yaml
0.478 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_s-i.yaml
0.54 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_yaml-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tv_sec-i.yaml
0.481 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tv_usec-i.yaml
0.504 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
usec-i.yaml
0.498 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
utc%3f-i.yaml
0.872 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
utc-c.yaml
1.126 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
utc-i.yaml
0.679 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
utc_offset-i.yaml
0.635 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
w3cdtf-c.yaml
0.164 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
w3cdtf-i.yaml
0.16 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
wday-i.yaml
0.41 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
xmlschema-c.yaml
0.6 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
xmlschema-i.yaml
0.737 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
yaml_new-c.yaml
0.181 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
yday-i.yaml
0.396 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
year-i.yaml
0.396 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
zone-i.yaml
0.553 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
zone_offset-c.yaml
0.193 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
zone_utc%3f-c.yaml
0.171 KB
26 Jul 2023 1.47 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF