Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 861 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 861 Bytes

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 -