luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

Allowing for rounding up on hours. #1651

Closed russ closed 2 years ago

russ commented 2 years ago

Fixes #1649

Purpose

Allowing for a more expected return when a time is closer to the higher hour mark.

Description

Just a small tweak to see if the time is closer to the next hour.

Checklist