Thank you for your work.
When using Serval.Client.TranslationBuild, the DateCreated field and Phases.foo.Started both appear to be UTC, but one must be a local time misunderstood as UTC.
As an example, consider these timestamps:
2026-02-10 21:52:47 +00:00 Serval DateCreated
2026-02-10 16:53:21 +00:00 Phases.foo Started
2026-02-10 16:54:25 +00:00 Phases.baz Started
2026-02-10 21:56:07 +00:00 Serval DateFinished
Notice that the timing makes sense if the Phases time information is actually in UTC-05:00.
Could the Phases Started value be provided in UTC?
Thank you.
Thank you for your work.
When using
Serval.Client.TranslationBuild, theDateCreatedfield andPhases.foo.Startedboth appear to be UTC, but one must be a local time misunderstood as UTC.As an example, consider these timestamps:
Notice that the timing makes sense if the Phases time information is actually in UTC-05:00.
Could the Phases Started value be provided in UTC?
Thank you.