mad-lab-fau / mad-lab-fau/carwatch-python
Unix-Timestamp to actual date
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- Could you transform the unix-timestamp to the actual date for the log file?
- Or add a seperate row that?
- Furthermore it´s not tracking the right timestamp:
- actual time taken: 10:18 AM
- log data: {"id":32768,"timestamp":1701078614298} which translates into 10:18 PM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the code that writes or displays the log file's timestamp, then reproduce the issue with the sample JSON timestamp 1701078614298. Done means the log shows an unambiguous actual date and time, or provides a separate date field, and the recorded time is checked against the reported 10:18 AM value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100