• Alex Suraci's avatar
    fix bogus conformance failure due to time zones · dcca4275
    Alex Suraci authored
    this failed on my machine due to the unexported 'loc' field of the time
    structure - it was nil in one and set to a ton of tiemzone data in the
    other. instead let's just compare the unix timestamp value and zero it
    out for the struct comparison.
    dcca4275
conformance.go 24.2 KB