Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-01-28[System.Core] More reference sourcesMarek Safar
2015-01-28[corlib] Move TimeZoneInfo source files to assembly they are usedMarek Safar
2015-01-28[system.core] Cleanup TimeZoneInfo ifdefsMarek Safar
2015-01-22Fix the bug #1849Crisdut
2015-01-15Merge pull request #1505 from esdrubal/tzifloatingruleMarek Safar
2015-01-14[System.Core] Fixed wrong DST of TimeZoneInfo with floating date rules.Marcos Henrich
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-12-17Performance fix for TimeZoneInfo.GetApplicableRule(), addresses #25442Craig Minihan
2014-12-12[mscorlib/Android] CultureInfo.ClearCachedData() clears DateTime.Jonathan Pryor
2014-12-05[mscorlib/Android] TimeZoneInfo.Local.Id should NOT be "Local".Jonathan Pryor
2014-12-03[mscorlib/Android] Support TimeZoneInfo.FindSystemTimeZoneById("Local")Jonathan Pryor
2014-11-18Improved support for TimeZoneInfo under windows.Alistair Leslie-Hughes
2014-11-05TZ display name changes no longer reset adjustment rules.Marcos Henrich
2014-10-30[System.Core/Android] Update TimeZone database self test.Jonathan Pryor
2014-10-28Merge pull request #1321 from esdrubal/currentsystemtimezoneMarcos Henrich
2014-10-24[mscorlib/Android] TimeZoneInfo.Local.Id should be "Local".Jonathan Pryor
2014-10-07[System.Core/Android] Fix standalone unit tests.Jonathan Pryor
2014-10-06TimeZoneInfo.CreateLocal now handles environment variable TZ.Marcos Henrich
2014-10-04Use TZ transitions when AdjustementRules are ignored. Fixes 23170.Marcos Henrich
2014-10-04Refactored TimeZoneInfo.GetUtcOffset.Marcos Henrich
2014-10-03TimeZoneInfo.IsDaylightSavingTime now uses GetUtcOffset.Marcos Henrich
2014-10-03TimeZoneInfo.GetUtcOffset now handles all DateTimeKinds.Marcos Henrich
2014-10-03Created helper method TimeZoneInfo.IsInDST.Marcos Henrich
2014-10-03Removed repeated logic from TimeZoneInfo.ConvertTimeToUtc.Marcos Henrich
2014-10-03ConvertTimeToUtc no longer relies in DateTime.ToUniversalTime.Marcos Henrich
2014-10-02CurrentSystemTimeZone.GetUtcOffset now supports multiple DST periods.Marcos Henrich
2014-10-02TimeZoneInfo is now always present in corlib.Marcos Henrich
2014-09-11Don't throw TimeZoneNotFoundExceptions when iOS gives us invalid data.Rolf Bjarne Kvinge
2014-08-05Miscellaneous changes per reviewSasha Kotlyar
2014-08-03[TimeZoneInfo] Fix issue with some floating DST transition times creating inv...Sasha Kotlyar
2014-04-25Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""Rolf Bjarne Kvinge
2014-04-23Revert "Merge branch 'master' of https://github.com/mono/mono"Alexis Christoforides
2014-04-23Correctly apply DST offset if the date being converted falls after Jan 1st an...Marek Habersack
2014-04-23A couple of fixes for TimeZoneInfo.ConvertTime.Marek Habersack
2014-04-16Fall back to calling Java.Util.TimeZone.Default.ID if the persist.sys.timezon...Marek Habersack
2014-03-05[corlib] Implement CultureInfo.ClearCachedData. Fixes #18162Marek Safar
2013-12-03Fix android-specific build (use of unassigned variable).Atsushi Eno
2013-10-19Return Local DateTime instead of Unspecified for >net_4_0Alistair Bush
2013-08-06[System.Core/Android] Support Android v4.3's timezone DB formatJonathan Pryor
2013-07-30Merge pull request #665 from andreas-auerswald/masterMarek Safar
2013-07-08Add TimeZoneInfo SerializationAndreas Auerswald
2013-06-25[System.Core/Android] Use correct comparison for timezone ids.Jonathan Pryor
2013-05-02[ios] throw an TimeZoneNotFoundException if the timezone name is unknownSebastien Pouliot
2013-05-01Remove reflection usage to access NSTimeZone for iOSSebastien Pouliot
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-11Kill the MOONLIGHT define in System.Core.Rodrigo Kumpera
2013-01-11MOBILE now builds with 4.0 enabled but its version remains 2.0.5.0.Rodrigo Kumpera
2012-12-09Properly (?) fix TimeZoneInfo.cs build.Mark Probst