using System;
public class Program
{
public static void Main()
Console.WriteLine(DateTime.Now.ToString("dddd, dd MMMM yyyy HH:mm:ss"));
}