Skip to content

Commit

Permalink
[project @ Minor bugfix: :utc-offset instead of :offset]
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrick committed Aug 8, 2009
1 parent 54a6cf3 commit c3f538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local-time.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ the previous day given by OFFSET."

(defun timestamp+ (time amount unit &optional (timezone *default-timezone*) offset)
(multiple-value-bind (nsec sec day)
(%offset-timestamp-part time unit amount :timezone timezone :offset offset)
(%offset-timestamp-part time unit amount :timezone timezone :utc-offset offset)
(make-timestamp :nsec nsec
:sec sec
:day day)))
Expand Down

0 comments on commit c3f538e

Please sign in to comment.