Merge pull request #4 from unity/change-date-type

Fix for date format from epoch unix s to ms
This commit is contained in:
Gintautas Skersys 2020-05-14 16:06:42 +03:00 коммит произвёл GitHub Enterprise
Родитель 9fe50428a8 7875c0d392
Коммит e00951c081
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,7 @@ namespace UnityPerformanceBenchmarkReporter.Entities.New
public class Run
{
public string TestSuite;
public int Date;
public long Date;
public Player Player;
public Hardware Hardware;
public Editor Editor;