Skip to content

SQLite timestamps with floating point seconds #90

Description

@Moaneschien

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions