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

dbgXXX.log timestamps incorrect #88

Closed
neilh10 opened this issue Dec 2, 2021 · 1 comment
Closed

dbgXXX.log timestamps incorrect #88

neilh10 opened this issue Dec 2, 2021 · 1 comment

Comments

@neilh10
Copy link
Owner

neilh10 commented Dec 2, 2021

Currently the user interface value for opening a .log is based on UTC, and should be based on Tz

When MS_LOGGERBASE_POSTS is defined
a log file is created on the uSD in the format DBGYYMM.log
and entries are made for external event attempts.
The entries are comma delimited
Local-Time, type of entry POST, MSG with text
for a POST , it then uses the values that are supplied.
The user interface values should be based on the local Tz, all others on UTC

The opening of the file should use Tz values, right now uses UTC.
Using Tz aligns the rollover from one month to the next based on the local Tz, and the first param.
On closing the file, the file modified date is correctly set to Tz
The first entry for each record should be local time Tz which it is.
Currently with offset opening this is the write time and is confusing and should be just a simple local time string
2021-12-01T08:00:05-08:00,MSG,Connected Internet

neilh10 pushed a commit that referenced this issue Dec 3, 2021
neilh10 pushed a commit that referenced this issue Dec 3, 2021
@neilh10
Copy link
Owner Author

neilh10 commented Dec 29, 2021

Checked now fixed in my alpha build today

@neilh10 neilh10 closed this as completed Dec 29, 2021
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

1 participant