Skip to content

year 2038-problem #319

@bmwiedemann

Description

@bmwiedemann

Date are using standard C functions in order to manipulate a 32 bit integer.

defines date_set_day and date_set_hour with 32-bit integers, so if it is a signed integer, these will overflow in the year 2038. If unsigned, it would be good til 2106.

This issue was found while reviewing potential year-2038 issues in openSUSE.

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