Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in format-time on LispWorks #1

Closed
tuscland opened this issue Mar 17, 2012 · 2 comments
Closed

error in format-time on LispWorks #1

tuscland opened this issue Mar 17, 2012 · 2 comments

Comments

@tuscland
Copy link

Because there is a small error in format-time, log4cl does not output anything all on LispWorks.
In pattern-layout.lisp, the call to decode-universal-time is:

(decode-universal-time ut (if utc-p 0))

When utc-p is nil, decode-universal-time is called with the wrong timezone.
I temporarily fixed this issue by removing the if form:

(decode-universal-time ut 0)

log4cl now works for me.
Thanks for this fine library!

@7max
Copy link
Owner

7max commented Mar 18, 2012

Fixed, test suite now passes on LispWorks (tested on Linux Personal Edition)

@tuscland
Copy link
Author

Thank you Max, and congrats for the library.

Camille

On 18 mars 2012, at 03:17, Max Mikhanoshareply@reply.github.com wrote:

Fixed, test suite now passes on LispWorks (tested on Linux Personal Edition)


Reply to this email directly or view it on GitHub:
#1 (comment)

@7max 7max closed this as completed Mar 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants