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

JobLog printing time in unix might be incorrect #22

Open
HenryGeorgist opened this issue Oct 4, 2023 · 0 comments
Open

JobLog printing time in unix might be incorrect #22

HenryGeorgist opened this issue Oct 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@HenryGeorgist
Copy link
Collaborator

t := time.Unix(*v.Timestamp, 0)

the timestamps coming out of logs to the console during testing are incongruent with the real time. It could be due to the conversion to unix format, need to determine the actual format and potentially fix this line.

@HenryGeorgist HenryGeorgist added the bug Something isn't working label Oct 4, 2023
@HenryGeorgist HenryGeorgist added this to the V1 milestone Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants