You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.Equal(dt.ToString("yyyy MM dd HH mm ss yy M d H hh h"),select.First(a =>dt.ToString("yyyy MM dd HH mm ss yy M d H hh h")));
87
+
Assert.Equal(dt.ToString("yyyy MM dd HH mm ss yy M d H hh h m s tt t").Replace("上午","AM").Replace("下午","PM").Replace("上","A").Replace("下","P"),select.First(a =>dt.ToString("yyyy MM dd HH mm ss yy M d H hh h m s tt t")));
88
+
}
89
+
}
44
90
[Fact]
45
91
publicvoidNow()
46
92
{
@@ -587,26 +633,6 @@ public void this_Equals()
587
633
//FROM `tb_topic111333` a, `TestTypeInfo333` a__Type, `TestTypeParentInfo23123` a__Type__Parent
Assert.Equal(dt.ToString("yyyy MM dd HH mm ss yy M d H hh h"),select.First(a =>dt.ToString("yyyy MM dd HH mm ss yy M d H hh h")));
87
+
Assert.Equal(dt.ToString("yyyy MM dd HH mm ss yy M d H hh h m s tt t").Replace("上午","AM").Replace("下午","PM").Replace("上","A").Replace("下","P"),select.First(a =>dt.ToString("yyyy MM dd HH mm ss yy M d H hh h m s tt t")));
88
+
}
89
+
}
44
90
[Fact]
45
91
publicvoidNow()
46
92
{
@@ -587,26 +633,6 @@ public void this_Equals()
587
633
//FROM `tb_topic111333` a, `TestTypeInfo333` a__Type, `TestTypeParentInfo23123` a__Type__Parent
0 commit comments