summaryrefslogtreecommitdiff
path: root/src/timezone.rs
diff options
context:
space:
mode:
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.