Commit c4a465cd authored by Savorboard's avatar Savorboard

--no commit message

--no commit message
parent b960c049
...@@ -19,6 +19,7 @@ Configuration: {Build.Configuration} ...@@ -19,6 +19,7 @@ Configuration: {Build.Configuration}
public static string CreateStamp() public static string CreateStamp()
{ {
return DateTime.Now.ToString("yyMMddHM"); var seconds = (long)(DateTime.UtcNow - new DateTime(2017, 1, 1)).TotalSeconds;
return seconds.ToString();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment