Fix: round up read time by default
Rounding read time up means that it's a little more accurate.
plus: 0.0
is used to cast our read time to a float, so we can then use
ceil
to round the value up.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Rounding read time up means that it's a little more accurate.
plus: 0.0
is used to cast our read time to a float, so we can then use
ceil
to round the value up.