Skip to content

Commit

Permalink
32-bit weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Oct 9, 2015
1 parent 10cbad1 commit f1c6fe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/timezones/tzfile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ function read_tzfile_internal(io::IO, name::AbstractString, force_version::Char=
for i in eachindex(transition_times)
info = ttinfo[lindexes[i]]

if i == 1
println("$(transition_times[i]) $initial_epoch")
end

# Since the tzfile does not contain the DST offset we need to
# attempt to calculate it.
if info.isdst == 0
Expand Down

0 comments on commit f1c6fe4

Please sign in to comment.