Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LeipeLeon committed Feb 12, 2016
1 parent 31b781d commit f4fe830
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -26,7 +26,8 @@ def adjust_start(start_time) # :nodoc:
:seconds => start_time.sec
)
when "WEEKLY"
start_of_week(time)
# start_of_week(time)
start_time.start_of_week_with_wkst(wkst_day)
when "MONTHLY"
start_time.change(
:day => 1,
Expand Down

0 comments on commit f4fe830

Please sign in to comment.