fix timezone - time with local timezone to default timezone
This commit is contained in:
@@ -105,7 +105,7 @@ class Crm::DiningQueuesController < BaseCrmController
|
||||
|
||||
booking = Booking.create({:dining_facility_id => params[:table_id],
|
||||
:type => type,
|
||||
:checkin_at => Time.now.utc,
|
||||
:checkin_at => Time.current,
|
||||
:customer_id => queue.customer_id,
|
||||
:booking_status => "assign"})
|
||||
booking.save!
|
||||
|
||||
Reference in New Issue
Block a user