Sha256: b9a74a524e1d0d96315798713124b0449ce15860a23515c5d5caa596e601f337
Contents?: true
Size: 1.47 KB
Versions: 4
Compression:
Stored size: 1.47 KB
Contents
opal_filter "Time" do fails "Time.mktime respects rare old timezones" fails "Time.mktime creates a time based on given values, interpreted in the local time zone" fails "Time.mktime creates the correct time just before dst change" fails "Time.mktime creates the correct time just after dst change" fails "Time.mktime handles fractional seconds as a Rational" fails "Time.mktime handles fractional seconds as a Float" fails "Time.mktime creates a time based on given C-style gmtime arguments, interpreted in the local time zone" fails "Time.mktime coerces the month with #to_str" fails "Time.mktime handles a String day" fails "Time.mktime interprets all numerals as base 10" fails "Time.mktime handles a String month given as a short month name" fails "Time.mktime returns subclass instances" fails "Time#day returns the day of the month for a Time with a fixed offset" fails "Time#day returns the day of the month (1..n) for a local Time" fails "Time#hour returns the hour of the day (0..23) for a local Time" fails "Time#hour returns the hour of the day for a Time with a fixed offset" fails "Time#month returns the four digit year for a Time with a fixed offset" fails "Time#month returns the month of the year for a local Time" fails "Time#min returns the minute of the hour for a Time with a fixed offset" fails "Time#min returns the minute of the hour (0..59) for a local Time" fails "Time#strftime supports week of year format with %U and %W" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
opal-0.5.5 | spec/opal/filters/bugs/time.rb |
opal-0.5.4 | spec/filters/bugs/time.rb |
opal-0.5.2 | spec/filters/bugs/time.rb |
opal-0.5.0 | spec/filters/bugs/time.rb |