using System;
public class Program
{
public static void Main()
DateTime dt = DateTime.UtcNow;
Console.WriteLine(dt.ToString("MMM dd yyyy"));
}