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.
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.