[Bps-public-commit] r15547 - Prophet/trunk/lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Wed Aug 27 12:36:47 EDT 2008
Author: jesse
Date: Wed Aug 27 12:36:47 2008
New Revision: 15547
Modified:
Prophet/trunk/lib/Prophet/ChangeSet.pm
Log:
* no, you add one to month.
Modified: Prophet/trunk/lib/Prophet/ChangeSet.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ChangeSet.pm (original)
+++ Prophet/trunk/lib/Prophet/ChangeSet.pm Wed Aug 27 12:36:47 2008
@@ -15,7 +15,7 @@
default => sub {
my ($sec, $min, $hour, $day, $month, $year) = gmtime;
$year += 1900;
- $month--;
+ $month++;
return sprintf '%04d-%02d-%02d %02d:%02d:%02d',
$year, $month, $day,
$hour, $min, $sec;
More information about the Bps-public-commit
mailing list