``` WEEK: constant(uint256) = 7 * 86400 # all future times are rounded by week MAXTIME: constant(uint256) = 4 * **365** * 86400 # 4 years MULTIPLIER: constant(uint256) = 10 ** 18 ``` year = 365.25 days https://en.wikipedia.org/wiki/Year