Skip to content

cohalz/mruby-time-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-time-library

Build and Test

time Library for mruby.

p Time.utc(2020, 10, 17).xmlschema
#=> "2020-10-17T00:00:00Z"
p Time.utc(2020, 10, 17).httpdate
#=> "Sat, 17 Oct 2020 00:00:00 GMT"
p Time.utc(2020, 10, 17).rfc2822
#=> "Sat, 17 Oct 2020 00:00:00 -0000"

Implemented methods

method implemented
Time#httpdate o
Time#iso8601 o
Time#rfc2822 o
Time#rfc822 o
Time#xmlschema o
Time.httpdate -
Time.iso8601 -
Time.rfc2822 -
Time.rfc822 -
Time.strptime -
Time.xmlschema -
Time.zone_offset -

Releases

No releases published

Packages

No packages published

Languages