From 23b2950667351efffe66ab58caf13f1e4cfba643 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Mon, 14 Feb 2022 09:46:00 -0500 Subject: time addition --- src/timezone.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/timezone.rs') 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. -- cgit v1.2.3