I am accessing the JTXJobClass.StartedDate for a JTX Job (with IJTXJob3). I am getting an unspecified DateTime.Kind value. The value appears to be UTC (iirc, WMX always stores UTC in the database but I'm questioning that since the DateTime.Kind is unspecified). The value comes from the started_date field of the JTX_JOBS table and its values looks like UTC to me.
Is there a WMX configuration that would make the DateTime.Kind on the JTXJobClass.StartedDate return as Utc? Or Local?
Or is it safe to assume that the unspecified value is Utc? Instinctively, this is my first approach (because it is easy), but then I started to think about what could go wrong if that assumption doesn't hold true.
