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

Log to Console has wrong (UTC) timezone #232

Closed
MeteC opened this issue Jul 19, 2017 · 2 comments
Closed

Log to Console has wrong (UTC) timezone #232

MeteC opened this issue Jul 19, 2017 · 2 comments

Comments

@MeteC
Copy link

MeteC commented Jul 19, 2017

Hi, using log to console at the same time as NSLogger is super useful if one writes apps that need to be tested in e.g. Flight Mode or without network connection. I notice that the timezone of the write-out to the console is not localised though, seems to be stuck in UTC.

Here's a sample two lines of my output to show this (I'm in European Summer timezone), the first is logged by NSLog, the second by LoggerView(...)

2017-07-19 12:24:54.771952+0200 DSIGN Pro[1919:648294] Setup Top Toolbar
10:24:54.0771 Main thread | viewWillDisappear: CollectionListController

@MeteC
Copy link
Author

MeteC commented Jul 19, 2017

(in the NSLogger app at the same time, the timezone (for the same message) is displayed correctly)

@fpillet
Copy link
Owner

fpillet commented Jan 10, 2019

Wow it's been a long time since you reported this issue ... but I finally fixed it! and it was a one-liner fix. Upcoming in 1.9.8, thank you for reporting!

@fpillet fpillet closed this as completed Jan 10, 2019
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