diff options
Diffstat (limited to 'std/datetime')
-rw-r--r-- | std/datetime/mod.ts | 2 | ||||
-rw-r--r-- | std/datetime/test.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/std/datetime/mod.ts b/std/datetime/mod.ts index 219e4ae2c..8f2db2991 100644 --- a/std/datetime/mod.ts +++ b/std/datetime/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { pad } from "../strings/pad.ts"; export type DateFormat = "mm-dd-yyyy" | "dd-mm-yyyy" | "yyyy-mm-dd"; diff --git a/std/datetime/test.ts b/std/datetime/test.ts index c3977258a..1958c6fab 100644 --- a/std/datetime/test.ts +++ b/std/datetime/test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { test } from "../testing/mod.ts"; import { assertEquals, assertThrows } from "../testing/asserts.ts"; import * as datetime from "./mod.ts"; |