Skip to content

x/mobile: time.LoadLocation(): zoneinfo.zip: no such file or directory #13581

@pierrre

Description

@pierrre

What version of Go are you using (go version)?
1.5.2

What operating system and processor architecture are you using?
Nexus 6P

What did you do?

    loc, err := time.LoadLocation("GMT")
    if err != nil {
        panic(err)
    }
    fmt.Println(loc)

What did you expect to see?
GMT

What did you see instead?
panic: open /home/pierre/.gimme/versions/go1.5.2.src/lib/time/zoneinfo.zip: no such file or directory

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions