shawnmclean / Mandrill-dotnet

.NET wrapper for Mandrill
Other
202 stars 107 forks source link

SearchResult.Ts should be Int64 not Int32 #179

Open mncoldsmoke opened 8 years ago

mncoldsmoke commented 8 years ago

Hi,

By having SearchResult.Ts an Int32, it will only be good until 1/18/2038. By using an Int64, the Ts will work until DateTime runs out of dates.