From 467dbdbf3d7212e25ee69daeaadd8adba7c7c5b8 Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Mon, 6 Mar 2023 11:22:05 +0100 Subject: Moved files to make ths repo signed --- scripts/now_date.pl | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 scripts/now_date.pl (limited to 'scripts/now_date.pl') diff --git a/scripts/now_date.pl b/scripts/now_date.pl deleted file mode 100644 index 1a5e6890..00000000 --- a/scripts/now_date.pl +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env perl - -use Date::Calc qw/Today_and_Now/; - -($year,$month,$day,$hour,$min,$sec) = Today_and_Now(); -my $date = sprintf "%s-%02d-%02dT%02d:%02d:%02dZ",$year,$month,$day,$hour,$min,$sec; -print $date; -- cgit v1.2.3