summaryrefslogtreecommitdiff
path: root/src/date.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-01-16 16:09:54 -0500
committerBotahamec <botahamec@outlook.com>2022-01-16 16:09:54 -0500
commit25a361f50728b2612c96c63594eb920f7030c5f5 (patch)
treeb759974bfbf2568e694fbe19eac557c564ab1393 /src/date.rs
parentf2c58b71914572b0fb7082cbeef2d639ec7fcd53 (diff)
added a simple time type
Diffstat (limited to 'src/date.rs')
-rw-r--r--src/date.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/date.rs b/src/date.rs
index 6cd5f48..2751e53 100644
--- a/src/date.rs
+++ b/src/date.rs
@@ -49,3 +49,5 @@ impl Date {
self.day
}
}
+
+// TODO addition