Ejemplo n.º 1
0
 /// <summary>
 /// Returns the current UNIX timestamp as a string.
 /// </summary>
 public static string GetTimestamp()
 {
     return(SocialUtils.GetCurrentUnixTimestamp() + "");
 }