hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 83cd32a61297c6f650a5be3c6edb54757e7a22cd
parent 55b39fb49bb0b20976058cd8302e73559767ed42
Author: Byron Torres <b@torresjrjr.com>
Date:   Mon, 31 Jan 2022 23:50:13 +0000

rm daylength function TODO

Signed-off-by: Byron Torres <b@torresjrjr.com>

Diffstat:
Mtime/chrono/timezone.ha | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/time/chrono/timezone.ha b/time/chrono/timezone.ha @@ -13,8 +13,6 @@ export type timezone = struct { timescale: *timescale, // The duration of a day in this timezone (24 * time::HOUR) - // TODO: Make this a function? Some planets may have greater rotational - // acceleration, meaning daylength would change over time. daylength: time::duration, // The possible temporal zones a locality with this timezone can observe