search for: x_time_of_day

Displaying 1 result from an estimated 1 matches for "x_time_of_day".

Did you mean: time_of_day
2008 Mar 21
0
PATCH: Timezone-specific bug in tests
All, When I run "rake test" with my computer set to the -5 (EST) timezone, I always see the conversions_test.rb fail. It''s because the line setting the x_time_of_day is inputing a simple Time.at(123456), and then the sample ICS file has the output set to the +2 timezone. I''ve attached a minor patch against 1.0.2 that makes the timezone explicit in the test, allowing it to run anywhere in the world. Hope this helps someone, Larry -------------- next p...