mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
There were several problems: * Time.now returns the systems time, not the users time * fixtures do not translate dates from timezone to utc, but stores the date verbatim * calling a controller will set the timezone to the preference of the current_user. So it could be changed while you do not realize this. I fixed the failing test, but problems could be elsewhere |
||
|---|---|---|
| .. | ||
| abstract_recurrence_pattern.rb | ||
| abstract_recurring_todos_builder.rb | ||
| daily_recurrence_pattern.rb | ||
| daily_recurring_todos_builder.rb | ||
| monthly_recurrence_pattern.rb | ||
| monthly_recurring_todos_builder.rb | ||
| recurring_todos_builder.rb | ||
| weekly_recurrence_pattern.rb | ||
| weekly_recurring_todos_builder.rb | ||
| yearly_recurrence_pattern.rb | ||
| yearly_recurring_todos_builder.rb | ||