summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/TimeZoneInfo.cs
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)Jan Kotas1-1993/+0
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-11/+0
2017-08-30Spelling and grammar corrections - M through Z (#13698)Brian Chavez1-1/+1
2017-07-09TypeForward cleanup for Culture=neutral (#12698)Viktor Hofer1-1/+1
2017-06-09DateTime serialization fixed, added attention labels to serialized fields (#1...Viktor Hofer1-14/+14
2017-06-06TypeForwardedFrom attributes on coretypes for NetFX serialization (#12059)Viktor Hofer1-0/+1
2017-06-01Fixes deserializaing TimeZoneInfo by putting back the IDeserializationCallbac...Morgan Brown1-1/+18
2017-05-27IDeserializationCallback cleanupMorgan Brown1-18/+1
2017-04-18Assert GetAdjustmentRuleForTime sets ruleIndex correctly.Eric Erhardt1-1/+6
2017-04-15Remember AdjustementRule indexEric Erhardt1-34/+67
2017-04-13Fix perf of DateTime.Now on UnixEric Erhardt1-1/+7
2017-03-31Fix build breaksJan Kotas1-0/+1
2017-03-28Binary Search in TimeZoneInfo.GetAdjustmentRuleForTimeEric Erhardt1-7/+27
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich1-16/+16
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas1-16/+16
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich1-16/+16
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich1-6/+1
2016-12-27Remove ifdefs from TimeZoneInfoJustin Van Patten1-2448/+8
2016-12-26Move nested TimeZoneInfo types to their own filesJustin Van Patten1-1054/+1
2016-12-24TimeZoneInfo Cleanup (#8720)Justin Van Patten1-2468/+2202
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas1-2/+2
2016-12-09TimeZoneInfo: Avoid cloning privately-created ArgumentRule[] arrays (#8575)Justin Van Patten1-7/+8
2016-12-09Removes final FEATURE_CORECLR defines (#8555)Jeremy Kuhne1-13/+0
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne1-27/+0
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne1-80/+68
2016-12-08Make TimeZoneInfo fields readonly (#8526)Justin Van Patten1-7/+7
2016-12-08TimeZoneInfo: Use string.Concat instead of string.Format (#8540)Justin Van Patten1-6/+3
2016-12-08Make TimeZoneInfo.TransitionTime fields readonly (#8529)Justin Van Patten1-39/+25
2016-12-08Make TimeZoneInfo.AdjustmentRule fields readonly (#8528)Justin Van Patten1-37/+43
2016-12-08Preallocate the TimeZoneInfo.Utc instance (#8530)Justin Van Patten1-37/+13
2016-12-08Simplify TimeZoneInfo.AdjustmentRule.Equals (#8527)Justin Van Patten1-10/+7
2016-12-08Remove private TimeZoneInfoComparer (#8512)Justin Van Patten1-9/+6
2016-12-08Avoid allocating in TimeZoneInfo.GetHashCode() (#8513)Justin Van Patten1-1/+1
2016-12-08Simplify TimeZoneInfo.Equals(object) (#8514)Justin Van Patten1-5/+1
2016-11-12Avoid allocations in DateTime.NowStephen Toub1-15/+15
2016-11-11Enable the rest if TimeZoneInfo APIs (#8096)Tarek Mahmoud Sayed1-9/+12
2016-11-10Enable time zone for netstandard1.7 (#8074)Tarek Mahmoud Sayed1-9/+43
2016-10-27Use nameof where possible for ArgumentOutOfRangeExceptionStephen A. Imhoff1-6/+6
2016-10-27Use nameof where possible for ArgumentExceptionStephen A. Imhoff1-21/+21
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff1-14/+14
2016-08-18Remove TypeForwardedFrom attributes for System and System.CoreStephen Toub1-0/+6
2016-08-14Restore most serialization implementations in coreclrStephen Toub1-24/+3
2016-07-21Expose serialization primitives from System.Private.CorelibStephen Toub1-6/+16
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub1-0/+6
2016-02-02TimeZoneInfo.DisplayName values are not localized on LinuxEric Erhardt1-1/+31
2016-01-27Update license headersdotnet-bot1-2/+3
2016-01-25TimeZoneInfo behaves differently before and after calling GetSystemTimeZones ...Eric Erhardt1-18/+43
2016-01-15Daylight transitions are not correct on Unix.Eric Erhardt1-2/+4
2015-12-14Fix transparency annotationsMatt Ellis1-0/+1
2015-09-22Use 'readlink' of the /etc/localtime file to determine the TimeZoneInfo.Local...Eric Erhardt1-2/+34