Skip to content

Allow for timestamp version numbers including microseconds #26

@berlin-ab

Description

@berlin-ab

I received this error after adding microseconds to my timestamp:

panic: version number was not valid: Expected component '20190310162427027000' from version segment '20190310162427027000' to be a parseable integer: strconv.Atoi: parsing "20190310162427027000": value out of range

using this Python snippet to generate the version for my timestamp:

datetime.datetime.now().strftime("%Y%m%d%H%M%S%f")

https://docs.python.org/2/library/datetime.html#strftime-strptime-behavior

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