SQLite timestamps with floating point seconds
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.5k
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
as this seems the only way to respond:
select strftime('%FT%R:%f'); gives 2024-03-14T06:22:01.416
or whith 'subsec' unix time stamps in the table
with t(ue) as (select('subsec'))
select strftime('%FT%R:%f', (select ue from t))
Cheers.
Contributor guide
No contributing guide indexed for this repository
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
No repository file, test, or entry point is identified. First clarify whether this SQLite timestamp example should become a TIL entry and what content is expected; done would be a clearly specified, reviewed addition or revision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite
- Domain
- databases
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100