using System;
public class Program
{
public static void Main()
var my_t = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");
Console.WriteLine(my_t);
}