Skip to content

Instantly share code, notes, and snippets.

View fabiocozzolino's full-sized avatar

Fabio Cozzolino fabiocozzolino

View GitHub Profile
// System.dll reference to path: /Library/Frameworks/Mono.framework/Versions/5.4.1/lib/mono/4.6.1-api/System.dll
[TestFixture()]
public class Test
{
[Test()]
public void TestCase()
{
var parsedTime = DateTime.Parse("1948-02-19T23:00:00Z", CultureInfo.InvariantCulture);
}