Skip to content

Fix mktime64 failure on Travis and Linux #10

@schwern

Description

@schwern
t/mktime64.t ............... # Failed test
# mktime64(140721847750144)
# have: 12344592500
# want: 12344678900

It's test 13 in t/mktime64.t.c which is this.

is_Int64( mktime64(&date), time, "mktime64(%lld)", time );

Time is set earlier as time = 12344678900LL;. So a value of 140721847750144 is absurd. It should be mktime64(12344678900). It's possible something is altering time.

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