summaryrefslogtreecommitdiff
path: root/src/timezone.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-02-14 09:46:00 -0500
committerBotahamec <botahamec@outlook.com>2022-02-14 09:46:00 -0500
commit23b2950667351efffe66ab58caf13f1e4cfba643 (patch)
tree1b81d64d0c0216aba15052d6c5776aded9835e37 /src/timezone.rs
parent81f29c5fd9e9ca7b59fe26c0d647890922c4bde2 (diff)
time addition
Diffstat (limited to 'src/timezone.rs')
-rw-r--r--src/timezone.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/timezone.rs b/src/timezone.rs
index 3319b12..20405bf 100644
--- a/src/timezone.rs
+++ b/src/timezone.rs
@@ -46,8 +46,6 @@ impl UtcOffset {
/// The UTC Timezone, represented as an offset
pub const UTC: Self = Self { offset_seconds: 0 };
- // TODO validation
-
/// Makes a new `UtcOffset` timezone with the given timezone difference.
/// A positive number is the Eastern hemisphere. A negative number is the
/// Western hemisphere.