diff options
Diffstat (limited to 'ext/kv/time.rs')
-rw-r--r-- | ext/kv/time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kv/time.rs b/ext/kv/time.rs index 60375818b..c39882f7b 100644 --- a/ext/kv/time.rs +++ b/ext/kv/time.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. /// Identical to chrono::Utc::now() but without the system "clock" /// feature flag. |