summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/TimeZoneInfo.cs
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Update IEquatable/IComparable<T> for nullability (#25053)Stephen Toub1-3/+5
2019-06-07Address nullable feedback for System.Runtime and System.Runtime.Extensions (#...Santiago Fernandez Madero1-1/+1
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-5/+8
2019-05-17Ensure using single Utc object in TimeZoneInfo (#24614)Tarek Mahmoud Sayed1-10/+18
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-04-20Fix Timezone whitespace (#24137)Steve MacLean1-2060/+2060
2019-04-15Fix build errors from merge conflicts and compiler updateSantiago Fernandez Madero1-2/+2
2019-04-12Nullable: Runtime serialization, COM, Vector, remaining IO, and other (#23895)Stephen Toub1-5/+5
2019-04-10Address follow-up PR feedback on System nullability annotations (#23878)Stephen Toub1-4/+4
2019-04-10Nullable: System (most of it) (#23774)Stephen Toub1-2058/+2060
2019-02-01Remove stale warning 420 pragmas (#22352)Stephen Toub1-2/+0
2019-01-31Replace several Nullable<T>.Value with .GetValueOrDefault() (#22297)Stephen Toub1-2/+2
2018-12-04Fix lots of malformed XML commentsStephen Toub1-2/+2
2018-06-07Skip old time zones adjustments with offsets higher than 14h (#18305)Krzysztof Wicher1-11/+78
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+1993