dogsheep / dogsheep/pocket-to-sqlite
ISO timestamps
Open
enhancement
- Dominant language
- Python
- Stars
- 106
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The `time_added`, `time_updated` and `time_read` columns currently store data like this:
September 19, 2019 - 00:30:30 UTC
Should use ISO instead, e.g. `2020-07-26T01:05:24+00:00`
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the project for the time_added, time_updated, and time_read column definitions and the code that writes their values. Check the existing SQLite schema and import path first, then verify that all three columns store timestamps in the requested ISO format, including the UTC offset.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100