94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
7 lines
124 B
C#
7 lines
124 B
C#
namespace System
|
|
{
|
|
static class LocalAppContextSwitches
|
|
{
|
|
public static readonly bool DoNotUseTimeZoneInfo = false;
|
|
}
|
|
} |