fails:Time.local creates a time based on given C-style gmtime arguments, interpreted in the local time zone
fails:Time.local creates the correct time just before dst change
fails:Time.local creates the correct time just after dst change
fails:Time.local handles string arguments
fails:Time.local handles float arguments
fails:Time.local handles microseconds
fails:Time.local handles fractional microseconds as a Float
fails:Time.local handles fractional microseconds as a Rational
fails:Time.local ignores fractional seconds if a passed whole number of microseconds
fails:Time.local ignores fractional seconds if a passed fractional number of microseconds
