aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-08-17 10:26:34 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-08-17 10:26:34 +0100
commit79dcf16ec6d229d6c31e055ed8e6a98327526a3a (patch)
treebf7fd3c5e8de1d0bf3c519d421472a656570a2b7 /bin
parentf1608b8098d0302f7e5c0e7989c78fa310d7d424 (diff)
Changed DateTime to Time everywhere. Much better.
Diffstat (limited to 'bin')
-rw-r--r--bin/mauvesend2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mauvesend b/bin/mauvesend
index 42229eb..d30b84a 100644
--- a/bin/mauvesend
+++ b/bin/mauvesend
@@ -167,7 +167,7 @@ require 'getoptlong'
end
end
-NOW = Mauve::MauveTime.now
+NOW = Time.now
def error(msg)
STDERR.print "*** Error: #{msg}\n"