Skip to content

bug: year gets added if the year in the timestamp wasn't this year #160

Open
@hlatimer266

Description

@hlatimer266

ran into a situation when parsing timestamps for events that the year gets appended to timestamps if they were created in the previous year i.e. if the timestamp has 2023 but the current year is 2024 then 2024 gets appended and then the parse fails. you can also end up adding a year to a timestamp that was created last year which ends up throwing off calculated events times considerably. it would probably make sense to pull the year when the ec2 instance was requested / created early in the process and use this value to check / add the year value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions