fork download
  1. public class Program {
  2. public static void Main() => System.Console.WriteLine(System.DateTimeOffset.Now.ToString("o").Replace(':', '-').Replace('/', '-') + "_teste.txt");
  3. }
  4.  
  5. //https://pt.stackoverflow.com/q/177896/101
Success #stdin #stdout 0.03s 18136KB
stdin
Standard input is empty
stdout
2020-04-14T11-41-32.9619390+00-00_teste.txt