[openstreetmap/openstreetmap-website] Add functionality to return a specific message for zero hour blocks (#1443)
Simon Poole
notifications at github.com
Sat Feb 18 15:10:23 UTC 2017
simonpoole commented on this pull request.
> @@ -27,6 +27,12 @@ def active?
end
##
+ # returns true if the block is a "zero hour" block
+ def zero_hour?
+ needs_view && (ends_at.to_i == updated_at.to_i)
Looking at the DB entries the times differ in the nano seconds, AFAIK to_i returns seconds since the epoch, just a ham fisted way of reducing precision.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1443#discussion_r101894778
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170218/3802e0a2/attachment-0001.html>
More information about the rails-dev
mailing list