using System.Collections.Generic;
using System.Globalization;
public static void Main()
for (int i = 0; i <= 10; ++i)
var cDate = (Int32)(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1))).TotalSeconds;
StringBuilder str = new StringBuilder();
str.AppendFormat("{0}-{1}", cDate, String.Format("{0:0000000}", num));