using System;
public class Program
{
public static void Main()
string _timestamp = DateTimeOffset.Now.ToString("O");
Console.WriteLine(_timestamp);
}