From fd2a22d3d98dc195d27c4825e2ac28879e230b9f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 4 May 2020 19:09:54 +0100 Subject: [PATCH] TOML::Tiny::Faithful: Test local datetimes These now make it through correctly. --- t/faithful.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/faithful.t b/t/faithful.t index cb145b2..195c1db 100644 --- a/t/faithful.t +++ b/t/faithful.t @@ -28,6 +28,8 @@ boolf=false boolt=true boolfs="false" boolts="true" +dtlocal=1979-05-27T00:32:00.643144312 +dtlocals="1979-05-27T00:32:00.643144312" }; sub norm ($) { -- 2.30.2