mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
show times in EST
This commit is contained in:
parent
7602258da3
commit
aee434a148
1 changed files with 2 additions and 2 deletions
|
|
@ -49,11 +49,11 @@
|
|||
- if (recipient_schedule = @recipient.recipient_schedules.first).present?
|
||||
%p
|
||||
%strong Last Attempt At:
|
||||
= recipient_schedule.last_attempt_at.strftime('%m-%e-%y %H:%M')
|
||||
= recipient_schedule.last_attempt_at.in_time_zone('Eastern Time (US & Canada)').strftime('%m-%e-%y %H:%M')
|
||||
|
||||
%p
|
||||
%strong Next Attempt At:
|
||||
= recipient_schedule.next_attempt_at.strftime('%m-%e-%y %H:%M')
|
||||
= recipient_schedule.next_attempt_at.in_time_zone('Eastern Time (US & Canada)').strftime('%m-%e-%y %H:%M')
|
||||
|
||||
= link_to 'Edit', edit_school_recipient_path(@school, @recipient)
|
||||
|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue