using System;
public class Program
{
public static void Main()
Console.WriteLine("ISO Format: " + DateTime.UtcNow.ToString("o"));
}