diff options
| author | Botahamec <botahamec@outlook.com> | 2022-02-14 09:46:00 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-02-14 09:46:00 -0500 |
| commit | 23b2950667351efffe66ab58caf13f1e4cfba643 (patch) | |
| tree | 1b81d64d0c0216aba15052d6c5776aded9835e37 /src/timezone.rs | |
| parent | 81f29c5fd9e9ca7b59fe26c0d647890922c4bde2 (diff) | |
time addition
Diffstat (limited to 'src/timezone.rs')
| -rw-r--r-- | src/timezone.rs | 2 |
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. |
