Skip to content

Update workers usage of Time.now => Time.current

Sean Arnold requested to merge 216527-time-zone-usaage-workers into master

What does this MR do?

Continues #216527 (closed).

This changes the time usage in workers to the correct format (Time.current vs Time.now).

Previously we used Time.now which does not respect the instances' set timezone.

Does this MR meet the acceptance criteria?

Conformity

Edited by Sean Arnold

Merge request reports