mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Robert Graham Merkel's date utilities patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3817 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
224ec34b86
commit
d72f8ed668
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-22 Robert Graham Merkel <rgmerk@mira.net>
|
||||||
|
|
||||||
|
* src/scm/date-utilities.scm (moddate): set is-dst to unknown to
|
||||||
|
hopefully fix daylight-saving time errors.
|
||||||
|
|
||||||
2001-03-21 Dave Peticolas <dave@krondo.com>
|
2001-03-21 Dave Peticolas <dave@krondo.com>
|
||||||
|
|
||||||
* configure.in: take out --enable-gpg argument, is run-time dep
|
* configure.in: take out --enable-gpg argument, is run-time dep
|
||||||
|
@ -144,7 +144,7 @@
|
|||||||
(set-tm:mday newtm (op (tm:mday newtm) (tm:mday delta)))
|
(set-tm:mday newtm (op (tm:mday newtm) (tm:mday delta)))
|
||||||
(set-tm:mon newtm (op (tm:mon newtm) (tm:mon delta)))
|
(set-tm:mon newtm (op (tm:mon newtm) (tm:mon delta)))
|
||||||
(set-tm:year newtm (op (tm:year newtm) (tm:year delta)))
|
(set-tm:year newtm (op (tm:year newtm) (tm:year delta)))
|
||||||
|
(set-tm:isdst newtm -1)
|
||||||
(let ((time (car (mktime newtm))))
|
(let ((time (car (mktime newtm))))
|
||||||
(cons time 0)))))
|
(cons time 0)))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user