This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
master
Savorboard
7 years ago
parent
b960c0490c
commit
c4a465cdd7
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
build/util.cake
+ 2
- 1
build/util.cake
View File
@@ -19,6 +19,7 @@ Configuration: {Build.Configuration}
public static string CreateStamp()
{
return DateTime.Now.ToString("yyMMddHM");
var seconds = (long)(DateTime.UtcNow - new DateTime(2017, 1, 1)).TotalSeconds;
return seconds.ToString();
}
}
Write
Preview
Loading…
Cancel
Save