aboutsummaryrefslogtreecommitdiff
path: root/pastebin/website-pastebin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpastebin/website-pastebin2
1 files changed, 1 insertions, 1 deletions
diff --git a/pastebin/website-pastebin b/pastebin/website-pastebin
index 1171dcf..0d38ac2 100755
--- a/pastebin/website-pastebin
+++ b/pastebin/website-pastebin
@@ -85,7 +85,7 @@ break"), "spaces-and-line-break");
our $dirname = dirname(__FILE__);
our $in = "$dirname/skeleton.org";
our $out;
-my $date = `date +"%Y-%m-%d %A %H:%M"`;
+my $date = `date +"%Y-%m-%d"`;
chomp $date;
my %ENV = (title => $title, date => $date);