From f67fa8be1f55f6db015e5e9bb478ae939deb57c6 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Sun, 16 Aug 2020 15:08:38 +0200 Subject: random todo-comment --- calendar-cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar-cli.py b/calendar-cli.py index a6c16d1..c7b0edb 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -103,6 +103,7 @@ def _tz(timezone=None): ## global constant ## (todo: this doesn't really work out that well, leap seconds/days are not considered, and we're missing the month unit) +## (todo: Sebastian Brox has made some other code using regexps and dateutil.relativedelta, should consider to steal his code) time_units = { 's': 1, 'm': 60, 'h': 3600, 'd': 86400, 'w': 604800, 'y': 31536000 -- cgit v1.2.3