sync
This commit is contained in:
parent
1a01cb36c4
commit
0756b7d523
@ -1196,11 +1196,13 @@ namespace IronIntel.Contractor.Site
|
||||
{
|
||||
public string CommitTimeStr { get { return CommitTime == DateTime.MinValue ? "" : CommitTime.ToString(("M/d/yyyy h:mm tt")); } }
|
||||
public string CommitTimeLocalStr { get { return CommitTimeLocal == DateTime.MinValue ? "" : CommitTimeLocal.ToString(("M/d/yyyy h:mm tt")); } }
|
||||
public string LastUpdatedTimeLocalStr { get { return LastUpdatedTime.Year <= 1900 ? "" : LastUpdatedTimeLocal.ToString(("M/d/yyyy h:mm tt")); } }
|
||||
}
|
||||
class TeamInspectInfo : TeamInspectItem
|
||||
{
|
||||
public string CommitTimeStr { get { return CommitTime == DateTime.MinValue ? "" : CommitTime.ToString(("M/d/yyyy h:mm tt")); } }
|
||||
public string CommitTimeLocalStr { get { return CommitTimeLocal == DateTime.MinValue ? "" : CommitTimeLocal.ToString(("M/d/yyyy h:mm tt")); } }
|
||||
public string LastUpdatedTimeLocalStr { get { return LastUpdatedTime.Year <= 1900 ? "" : LastUpdatedTimeLocal.ToString(("M/d/yyyy h:mm tt")); } }
|
||||
}
|
||||
|
||||
class InspectReportItem : InspectReportInfo
|
||||
|
2
Site
2
Site
@ -1 +1 @@
|
||||
Subproject commit 9df75cc0b79d0ce12c5e4095e9f31bfb675ebd35
|
||||
Subproject commit f18f90035b8af122e5489264d05ea3b4fd04e7bc
|
Loading…
x
Reference in New Issue
Block a user