diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-31 20:46:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-31 20:46:12 -0400 |
commit | 1b6aa2276e22be2fa7adbca07545f87e248eaf2d (patch) | |
tree | d6f2aafc1767be2a01098b371b48a0c2112ffdb1 /debian | |
parent | 052887296570bd8e4750862293fd36424f153fbd (diff) | |
download | ikiwiki-1b6aa2276e22be2fa7adbca07545f87e248eaf2d.tar ikiwiki-1b6aa2276e22be2fa7adbca07545f87e248eaf2d.tar.gz |
creation_day() etc use local time, not gmtime.
To match calendars, which use local time. Particularly important at
the end of the month.
I checked the history, and there seemed no good rationalle for the
pagespecs to use gmtime.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 28dc1b176..0a7d17eb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20100518.3) UNRELEASED; urgency=low + + * creation_day() etc use local time, not gmtime. To match calendars, which + use local time. + + -- Joey Hess <joeyh@debian.org> Mon, 31 May 2010 20:44:17 -0400 + ikiwiki (3.20100518.2) unstable; urgency=low * Fix a typo in the last release. |