You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time.current.beginning_of_day
=> Tue, 12 Jan 2016 00:00:00 CET +01:00
Time.current.beginning_of_hour
=> Tue, 12 Jan 2016 18:00:00 CET +01:00
Time.current.beginning_of_minute
=> Tue, 12 Jan 2016 18:12:00 CET +01:00
Time.current.end_of_day
begin# something which might raise an exceptionrescueSomeExceptionClass=>some_variable# code that deals with some exceptionrescueSomeOtherException=>some_other_variable