Tags: ehutzelman/timecop
Tags
Merge pull request travisjeffery#69 from jordimassaguerpla/master add license information to the gemspec
have to calculate current time when the actual and computed times are… … different for time zones (fix travisjeffery#63)
fallback to giving Time#at the float representation of the Time objec… …t if the Ruby implementation can't handle a Time object (fix travisjeffery#60, fix travisjeffery#61)
when the time has to be calculated from the timezone then do so, othe… …rwise just use the actual time (fix travisjeffery#57)
using a time's float value to re-calcuate itself is clearly not going… … to be as accurate as just using a time object itself (fix travisjeffery#56)