Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.77
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
DateTime /
Delete
Unzip
Name
Size
Permission
Date
Action
_strptime-c.yaml
192
B
-rw-r--r--
2023-07-26 13:47
cdesc-DateTime.yaml
2.49
KB
-rw-r--r--
2023-07-26 13:47
civil-c.yaml
1.03
KB
-rw-r--r--
2023-07-26 13:47
commercial-c.yaml
1.08
KB
-rw-r--r--
2023-07-26 13:47
jd-c.yaml
955
B
-rw-r--r--
2023-07-26 13:47
ordinal-c.yaml
1.01
KB
-rw-r--r--
2023-07-26 13:47
parse-c.yaml
960
B
-rw-r--r--
2023-07-26 13:47
strftime-i.yaml
186
B
-rw-r--r--
2023-07-26 13:47
strptime-c.yaml
928
B
-rw-r--r--
2023-07-26 13:47
to_s-i.yaml
236
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Create a new DateTime object corresponding to the specified Ordinal Date and hour <tt>h</tt>, minute <tt>min</tt>, second <tt>s</tt>. - !ruby/struct:SM::Flow::P body: The 24-hour clock is used. Negative values of <tt>h</tt>, <tt>min</tt>, and <tt>sec</tt> are treating as counting backwards from the end of the next larger unit (e.g. a <tt>min</tt> of -2 is treated as 58). No wraparound is performed. If an invalid time portion is specified, an ArgumentError is raised. - !ruby/struct:SM::Flow::P body: <tt>of</tt> is the offset from UTC as a fraction of a day (defaults to 0). <tt>sg</tt> specifies the Day of Calendar Reform. - !ruby/struct:SM::Flow::P body: <tt>y</tt> defaults to -4712, and <tt>d</tt> to 1; this is Julian Day Number day 0. The time values default to 0. full_name: DateTime::ordinal is_singleton: true name: ordinal params: (y=-4712, d=1, h=0, min=0, s=0, of=0, sg=ITALY) visibility: public