using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using AsbCloudDb.Model; using Google.Apis.Drive.v3.Data; using Microsoft.EntityFrameworkCore; namespace ConsoleApp1 { //var options = new DbContextOptionsBuilder() // .UseNpgsql("Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True") // .Options; //var context = new AsbCloudDbContext(options); class Program { static void Main(/*string[] args*/) { var d = "20211102_173407926"; var dt = DateTime.ParseExact("20211102_173407926", "yyyyMMdd_HHmmssfff", CultureInfo.InvariantCulture); Console.ReadKey(); } } }