This commit is contained in:
BoHung Chiu 2021-04-11 17:30:11 +08:00
parent 7e1f375582
commit ba07aadf15
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ class AnnouncementsController < ApplicationController
"title" => announcement.title,
"subtitle_ann" => subtitle_ann,
"update_user" => update_user,
"updated_at" => announcement.postdate.in_time_zone(Time.zone.utc_offset / 3600).strftime('%Y-%m-%d %H:%M'),
"updated_at" => (announcement.postdate.in_time_zone(Time.zone.utc_offset / 3600).strftime('%Y-%m-%d %H:%M') rescue ""),
"body" =>announcement.text,
"image" => announcement.image.url,
"img_src" => img_src,