Convert C# DateTime.Ticks to Bigquery DateTime Format

37 Views Asked by At

I have a column in my Bigquery table that is filled by C# Ticks:

DateUtc = DateTime.UtcNow.Ticks;

This is something like: 638148714773184690

I want to convert it to Bigquery DateTime.

0

There are 0 best solutions below