Daft "Deadline 5.2" question. PostgreSQL time format used ?

Hi there,

I’m migrating the historicals out of an old Deadline 5.2 PostgreSQL server we had active till second half of last year.

The rendertime columns have massive int8 figures in there which I can’t discern how 14010000 = 1 second. Is this a relative or epoch number, I can’t see this converting right away but would appreciate if someone could ping this rather lame question with a hint as to how I can get these times to display properly or translate them ‘outside’ of Deadline stats view in Deadline 5.2

Cheers!

Oh man, blast from the past time.

So, that value is a C# TimeSpan that is represented in ‘Ticks’.

One tick is 0.0000001 seconds, so… Yeah, 1.4 seconds.

The annoying part of this is we didn’t use Postgres time spans. Oh well.

Good luck to you sir!

Thanks Edwin , just the ticket,

Cheers!